> From: Chris Hyzer [mailto:[EMAIL PROTECTED] > Subject: Re: Running Tomcat on multiple processors on Windows 2003 > > I thought Java used native threads by default, or at > least green threads on top of native threads > (one-to-one), so Im not sure how this fits in...
The "green thread" mechanism is not used in the 1.4 and beyond JVM itself - that was a holdover from the very early JVM days and was thankfully not carried forward into HotSpot. I'm not familiar enough with Linux threading to know if there's some mode where underlying native libraries might simulate the green thread behavior. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
