----------------------------------------------------------------
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 11/1/99 8:11 AM, Dustin Goodwin <[EMAIL PROTECTED]> wrote:
> I noticed param in the config file for thread pooling. Could someone point
> me toward some doc or explain what this will do once it is implemented.
> Thanks in advance.
>
> - Dustin -
It will do as you explain...pool the threads that are created to handle
connections. It turns out that with good jvm's (ie: Solaris Production Exact
VM), that this code isn't really needed because the JVM is very good at
creating threads. With not so good VM's, it cuts down the amount of time it
takes to create a thread by pooling existing threads for re-use. Since this
code hasn't been heavily tested in a production environment, it is off by
default (although, it should be very stable). If you would like to test it
and report your success or failure, that would be appreciated.
-jon
--
--------------------------------------------------------------
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]