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: | Granicz Adam <granicz.adam@v...> |
| Subject: | Re: [Caml-list] Faking concurrency using Unix forks and pipes |
On Wed, 30 May 2007 05:42:59 +0200, Jon Harrop <jon@ffconsultancy.com> wrote: > > Has anyone implemented a parallel map function in OCaml using Unix forks, > pipes and maybe marshalling? > > This seems like an easy way to get concurrency in OCaml... > I am swamped with emails so this may have come up already in this thread, but Tomas has a nice parallel list implementation at http://tomasp.net/blog/fsparallelops.aspx Cheers, Adam.