Tomcat 4 threads

2003-12-01 Thread Walter do Valle
I have some doubts about Tomcat and his threads. If someone could help me, i will be very grateful. In what moment new threads are created in Tomcat when it's running? Is there a thread pool? In case positive: - What is the initial quantity of threads created? - What is the stagger algorithm?

Re: Tomcat 4 threads

2003-12-01 Thread Andoni
: Monday, December 01, 2003 1:18 PM Subject: Tomcat 4 threads I have some doubts about Tomcat and his threads. If someone could help me, i will be very grateful. In what moment new threads are created in Tomcat when it's running? Is there a thread pool? In case positive: - What is the initial quantity

RE: Tomcat 4 threads

2003-12-01 Thread Filip Hanik
take a look at the coyote connector source code, all your questions will be answered! Filip -Original Message- From: Walter do Valle [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 5:19 AM To: [EMAIL PROTECTED] Subject: Tomcat 4 threads I have some doubts about Tomcat and his

RE: Tomcat 4 threads

2003-12-01 Thread Shapira, Yoav
Howdy, In what moment new threads are created in Tomcat when it's running? Under many possible circumstances: new webapp deployed, new request arrived and current # processors on the receiving connector less than max and all processors busy, some new JNDI resources (e.g. 3rd party datasource