RE: Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
Hi Chuck, On Fri, 2005-09-30 at 16:53 -0500, Caldarale, Charles R wrote: > The JVM itself creates at least seven daemon threads for internal use, > and Tomcat has a few others besides the request processors. Great, thanks. Since the threads are most doing very little I doubt the 20 or so of them

RE: Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
Hi Chuck, On Fri, 2005-09-30 at 16:08 -0500, Caldarale, Charles R wrote: > > Is there a way to limit the number of threads that Tomcat 4.1 > > creates in its thread pool? > > Reading the doc never hurts: > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html > > Look at the maxPr

Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
Hi Is there a way to limit the number of threads that Tomcat 4.1 creates in its thread pool? It generally shows about 20-35 java processes when running on Linux. I don't need this number of threads since it's only being used by another application that uses 4-8 threads. Thanks Rob __