Browse thread
Faking concurrency using Unix forks and pipes
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Teller <David.Teller@e...> |
| Subject: | Re: [Caml-list] Faking concurrency using Unix forks and pipes |
JoCaml has (nearly) returned ! Yeah ! Happiness and tears of joy ! David, who will now stop spamming people with Erlang and return to advocating JoCaml. On Wed, 2007-05-30 at 10:40 +0200, Luc Maranget wrote: > JoCaml is not released yet, (I am writting the doc > and web site at the moment). > > The much incomplete web site is at > <http://jocaml.inria.fr> > > One example of fork under jocaml control > <http://jocaml.inria.fr/manual/concurrent.html#htoc25> > > The example may not meet all your concerns (speed I guess), > but you can replace the shell in the example by somme > C or Ocaml program that computes something and refine the control > to collect results. > > > Hope it helps. >