----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

On Tue, 9 Nov 1999, Dan Milstein wrote:

> You might consider using a different JDK which does not use native threading. 
> The Blackdown JDK, for example, will let you use green threads (user-level
> threads).  The native threading / user threading tradeoffs are not simple, so
> you may actually see improved performance with user threads.

It is very very unlikely for green threads (at least as implemented
in any JDK that runs on Linux; the same thing applies in general
as well) to give better performance than native threads for the
vast majority of situations where jserv is used.

The vast majority of what most serlvets do is IO, and IO is one of the 
slowest things there is using green threads.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to