Dave Spitz wrote:
>
> [Apache 1.3.9, JServ 1.0, WinNT 4.0]
>
> I've noticed that each time my servlet runs, it appears to run in a new Java
> thread (at least, based on Thread.getName()).
>
> Does JServ use thread pools? If not, are there plans to do so? Thread
> creation is expensive in Java, and using a pool of reusable threads would be
> more efficient, particularly for servers under heavy load.
Thread pools are implemented in the JServ 1.1 codebase, currently beta3
but rock solid for most cases (it has some problems with SSL which make
it still beta, but the rest, well, try it out yourself)
--
Stefano Mazzocchi One must still have chaos in oneself to be
able to give birth to a dancing star.
<[EMAIL PROTECTED]> Friedrich Nietzsche
--------------------------------------------------------------------
Come to the first official Apache Software Foundation Conference!
------------------------- http://ApacheCon.Com ---------------------
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]