RE: Number of Threads in request processing pool and JVM heap size

2007-10-22 Thread Venkatesh Jayaraman (jvenky)
Thanks Chris for the response. -Venky -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 1:04 PM To: Tomcat Users List Subject: Re: Number of Threads in request processing pool and JVM heap size -BEGIN PGP SIGNED MESSAGE

Re: Number of Threads in request processing pool and JVM heap size

2007-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Venky, Venkatesh Jayaraman (jvenky) wrote: > I have 80 servlets on tomcat and each of them can have 5 five concurrent > requests to be processed as per design. That is an odd design. Why up to five, but no more? > 80 * 5 = 400 thread I need for

Number of Threads in request processing pool and JVM heap size

2007-10-21 Thread Venkatesh Jayaraman (jvenky)
I have 80 servlets on tomcat and each of them can have 5 five concurrent requests to be processed as per design. Tomcat Connectors specification says maxSpareThreads The maximum number of unused request processing threads that will be allowed to exist until the thread pool starts stopping