Browse thread
[Caml-list] Why systhreads?
[
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: | Dmitry Bely <dbely@m...> |
| Subject: | Re: [Caml-list] Why systhreads? |
Vitaly Lugovsky <vsl@ontil.ihep.su> writes: >> A simple, fundamental question: why is native-code threading done using >> system threads? Why isn't pure user-level scheduling used as with >> bytecode? > > How will you manage SMP scheduling then? AFAIK Ocaml program cannot utilise SMP even with the native threads (due to the single master lock). - Dmitry Bely ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners