Re[2]: KSE, libpthread & libthr: almost newbie question
- From: Lev Serebryakov <lev@xxxxxxxxxxx>
- Date: Sat, 28 Oct 2006 14:01:44 +0400
Hello Robert,
Saturday, October 28, 2006, 1:48:52 PM, you wrote:
RW> Does the JVM actually expose thousands of threads to the OS, or does it
RW> actually do its own M:N threading internally based on its execution
RW> model?
RW> My impression is the latter, exposing threads to the OS only when it
RW> needs them to consume kernel or CPU resources.
Wrong. Java used to be N:M ("green threads") a long time ago, and all actual versions (1.4, 1.5, future 1.6) uses 1:1 model.
--
Best regards,
Lev mailto:lev@xxxxxxxxxxx
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- References:
- KSE, libpthread & libthr: almost newbie question
- From: Lev Serebryakov
- Re: KSE, libpthread & libthr: almost newbie question
- From: Robert Watson
- Re: KSE, libpthread & libthr: almost newbie question
- From: Julian Elischer
- Re[2]: KSE, libpthread & libthr: almost newbie question
- From: Lev Serebryakov
- Re: KSE, libpthread & libthr: almost newbie question
- From: Julian Elischer
- Re: KSE, libpthread & libthr: almost newbie question
- From: Paul Allen
- Re: KSE, libpthread & libthr: almost newbie question
- From: Julian Elischer
- Re: KSE, libpthread & libthr: almost newbie question
- From: Robert Watson
- KSE, libpthread & libthr: almost newbie question
- Prev by Date: Re: KSE, libpthread & libthr: almost newbie question
- Next by Date: Re: Comments on the KSE option
- Previous by thread: Re: KSE, libpthread & libthr: almost newbie question
- Next by thread: Re: KSE, libpthread & libthr: almost newbie question
- Index(es):
Relevant Pages
|
|