[
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: | Christophe Raffalli <raffalli@u...> |
| Subject: | Re: [Caml-list] Threads |
Jonathan Bryant a écrit : >I'm confused. In the documentation on the threads library it says that >the threads implementation is shared time on only a single processor. >Is that for VM and system threads, or are the POSIX threads able to take >advantage of multiple processors? I would think they would be able to >because (unless I'm mistaken) they're just wrappers around the C system >calls... > > > No there is a global mutex for caml thread. The only thing you can do is have one Caml thread and many C threads running in the same time. This starts really to be an annoying limitation of the Caml runtime now that you can have easily two dual core processors in one machine ... (means four CPU) >--Jonathan > >_______________________________________________ >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 > >