Browse thread
Shared memory parallel application: kernel 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: | Philippe Wang <philippe.wang.lists@g...> |
| Subject: | Re: [Caml-list] Re: Shared memory parallel application: kernel threads |
Hi, If your program doesn't need usage-proved stability, you may be interested in the "OCaml for Multicore" project which provides an alternative runtime library (prototype quality) which allows threads to compute in parallel. http://www.algo-prog.info/ocmc/ If you choose to give it a try, we would enjoy your feedbacks. Cheers, -- Philippe Wang mail@philippewang.info