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: | Vitaly Lugovsky <vsl@o...> |
| Subject: | Re: [Caml-list] Why systhreads? |
On Sun, 24 Nov 2002, Dmitry Bely wrote: > >> 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). I tried OCaml in a non memory-consuming numerical applications on SMP. Seems to work well enough (100% load of all the processors). ------------------- 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