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