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: | 2010-03-13 (09:12) |
From: | Hugo Ferreira <hmf@i...> |
Subject: | Re: [Caml-list] Re: Shared memory parallel application: kernel threads |
Philippe Wang wrote: > 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/ > Appreciate the suggestion. Too risky though. 8-( I am having enough difficulty as it is to design and implement this stuff. Regards, Hugo F. > If you choose to give it a try, we would enjoy your feedbacks. > > Cheers, >