caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Yaron Minsky <yminsky@gmail.com>
To: Oliver Bandel <oliver@first.in-berlin.de>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Raising an old issue : true concurrency in OCaml [Xavier, Damien, any]
Date: Sun, 10 Apr 2005 12:53:53 -0400	[thread overview]
Message-ID: <891bd339050410095371db3817@mail.gmail.com> (raw)
In-Reply-To: <20050410095952.GA472@first.in-berlin.de>

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

On Apr 10, 2005 5:59 AM, Oliver Bandel <oliver@first.in-berlin.de> wrote: 

> [... a discussion of how SMP support is really the OS's responsibility, 
> not the language's...]
> 
> So, if I've overseen something, let me know it.
> 
> 
You have. Due to the lack of a concurrent GC, OCaml doesn't allow multiple 
threads to be executing caml code at once. This means that OCaml (unlike, 
say, C) doesn't allow you to take performance advantage of a multi-CPU (or 
multi-core) machine by running multiple threads in the same executable. With 
the predicted rush of multi-core CPUs, the argument can be made that being 
able to take advantage of this kind of paralellism is increasingly 
important, and a feature that should be on OCaml's roadmap, which it 
currently is not.

Yaron

[-- Attachment #2: Type: text/html, Size: 1089 bytes --]

  reply	other threads:[~2005-04-10 16:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-07 21:47 Yoann Fabre
2005-04-07 22:18 ` [Caml-list] " Christian Szegedy
2005-04-08  0:07 ` Chris Campbell
2005-04-10  9:59 ` Oliver Bandel
2005-04-10 16:53   ` Yaron Minsky [this message]
2005-04-10 18:09 ` Christophe TROESTLER

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=891bd339050410095371db3817@mail.gmail.com \
    --to=yminsky@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=oliver@first.in-berlin.de \
    --cc=yminsky@cs.cornell.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).