Browse thread
Parallelism with threads
[
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: | Daniel Andor <danielandor@g...> |
| Subject: | Re: [Caml-list] Parallelism with threads |
On Jan 8, 2008 9:56 AM, Jon Harrop <jon@ffconsultancy.com> wrote: > > Is it possible to compute in parallel using separate threads rather than > separate processes in OCaml, i.e. having multiple threads sharing multiple > independent GCs? I often wonder about that myself. I'd like to do very simple OpenMP style multi-threaded processing. OcamlP3 is promising, although it is much more heavyweight. Does Xavier's "standard lecture on parallelism" still apply?: http://caml.inria.fr/pub/ml-archives/caml-list/2002/11/64c14acb90cb14bedb2cacb73338fb15.en.html D. > > I'm asking because it looks as though OpenGL contexts can be shared between > threads but not between processes. > > -- > Dr Jon D Harrop, Flying Frog Consultancy Ltd. > http://www.ffconsultancy.com/products/?e > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >