Re: KSE, libpthread & libthr: almost newbie question
- From: Daniel Eischen <eischen@xxxxxxxxxx>
- Date: Sat, 28 Oct 2006 10:27:03 -0400 (EDT)
On Sat, 28 Oct 2006, Robert Watson wrote:
On Fri, 27 Oct 2006, Julian Elischer wrote:
there is class of problems (e.g. some java programs) that have THOUSANDS of threads, each representing an active aspect of some object. How do you put an rlimit on that without either 1/ stopping the program from working or 2/ allowing thousands of threads to exist but not screwing other users.
Does the JVM actually expose thousands of threads to the OS, or does it actually do its own M:N threading internally based on its execution model? My impression is the latter, exposing threads to the OS only when it needs them to consume kernel or CPU resources.
I think it exposes all threads to the OS. I think "green threads"
was its own threading. You should ask -java, though.
--
DE
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: KSE, libpthread & libthr: almost newbie question
- From: Greg Lewis
- Re: KSE, libpthread & libthr: almost newbie question
- 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: Comments on the KSE option
- Next by Date: Re: KSE, libpthread & libthr: almost newbie question
- Previous by thread: Re[2]: KSE, libpthread & libthr: almost newbie question
- Next by thread: Re: KSE, libpthread & libthr: almost newbie question
- Index(es):