Re: Number of threads

2009-09-17 Thread Rajwinder-office Singh
p 16, 2009 at 3:03 PM, Roger David Powers wrote: > 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 suc

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 referen

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 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

maximum number of threads for tomcat

2006-03-22 Thread Rajeev Jha
desktop-type machine with 1 GB RAM running linux 2.6.x. People say things like " on new kernels, high number of threads should not be a problem" . on my machine default thread-max is 32k. But i really do not know how to achieve such numbers with tomcat. when i do the arithmetic for m