Re: Number of threads

2009-09-17 Thread Rajwinder-office Singh
at 3:03 PM, Roger David Powers prog...@yahoo.comwrote: The 'manager' web app status page gives the number of threads in use by connector. Try hitting http://a.b.c.d/manager/status to bring up this page. I've also used JMX and jconsole to monitor such things. I used chapter 16 of Professional

Re: Number of threads

2009-09-16 Thread Roger David Powers
The 'manager' web app status page gives the number of threads in use by connector. Try hitting http://a.b.c.d/manager/status to bring up this page. I've also used JMX and jconsole to monitor such things. I used chapter 16 of Professional Apache Tomcat 6 as a reference of how to use JMX

Number of threads

2009-09-07 Thread keeplearning
How do I know how many threads are being used during a test run (both tomcat and apache)? We used to have some tools for that but not currently in the new environment. Thanks in advance -- View this message in context: http://www.nabble.com/Number-of-threads-tp25336823p25336823.html Sent from

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 on

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

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