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: | Erik de Castro Lopo <mle+ocaml@m...> |
| Subject: | Re: [Caml-list] Faking concurrency using Unix forks and pipes |
Jon Harrop wrote: > > Has anyone implemented a parallel map function in OCaml using Unix forks, > pipes and maybe marshalling? I've been thinking of something like that, but with sockets replacing pipes so its possible to do distributed as well as parallel programming. I was actually going to do C at the lowest level (for generality more than anything else) and put an Ocaml wrapper around it. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "Perl as a language has less a design than a thousand special features flying in close formation." -- From the c2 wiki