> One question, are java threads mapped to OS threads, or are they all
> running within one single OS thread?
[quoted text clipped - 12 lines]
>>
>> -Sachin
It is up to the implementation to decide since it is not spelled out in the
specification. On most platforms (Mac OS X, Windows, Linux) they are mapped
to OS-level threads. Early in Java's history, on Solaris they were not. The
Solaris JVM used green threads to implement the Java threading model. Not
sure if they still do that or not.

Signature
Bill Tschumy
Otherwise -- Austin, TX
http://www.otherwise.com
Cindi - 13 Feb 2005 03:50 GMT
http://blogs.ittoolbox.com/eai/leadership/archives/003046.asp