----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi,
On Wed, 26 Apr 2000 [EMAIL PROTECTED] wrote:
| I am using Jserv on Apache 1.3.9 on linux Redhat 6.0 and jdk1.1.7. I have
| set thread pool =false in jserv.properties file. Still when I log thread
| id, I get different thread ids for each http request processed by my
| servlet.
| What does this mean? What is hte thread pool for??
The thread pool is a mechanism to _reuse_ threads once created since this
might cause overhead on some architectures. If the thread pool is not
enabled, a new thread is created for each request.
ciao,
-hen
--
--------------------------------------------------------------
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]