Re[2]: KSE, libpthread & libthr: almost newbie question



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"



Relevant Pages

  • Re: exposing Data Transfer objects through inheritance
    ... > I'm developing a web service in which i have to expose lot of buisness ... > business entity classes and the web method exposed in web service is ... > thanks & regards ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: KSE, libpthread & libthr: almost newbie question
    ... put an rlimit on that without either 1/ stopping the program from working ... Does the JVM actually expose thousands of threads to the OS, ... I think "green threads" ... userland threading implementation entirely in the JVM, ...
    (freebsd-current)
  • Re: COM+ and Remoting
    ... can you provide more info on how i can expose COM+ server application and ... I think you need SOAP, ... >> regards, ...
    (microsoft.public.dotnet.framework.component_services)
  • Re: KSE, libpthread & libthr: almost newbie question
    ... 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? ... I don't know the answer to that question, only that there is a class of program style that uses this model. ...
    (freebsd-current)
  • Re: KSE, libpthread & libthr: almost newbie question
    ... 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? ... I don't know the answer to that question, only that there is a class of program style that uses this model. ...
    (freebsd-current)