On Sat, Dec 19, 2009 at 20:38, Jeff Shaw <shawj...@msu.edu> wrote:
> My understanding is that since jocaml uses the regular ocaml runtime, it is
> also not multicore enabled.
>
> Haskell is a functional language that has good performance that can use
> multiple processors, but the learning curve is steeper and higher.

Haskell has as far as i've understood very poor and unpredictable performance.

> Note that if you're not using a lot of threads, you can use Unix.fork to do
> true multithreaded programming ocaml.

I would get to much IPC latency with that solution.

_______________________________________________
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

Reply via email to