[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.
David
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]