RE: Number of threads running

2001-06-07 Thread Filip Hanik

The VM in itself starts up with 6 something threads.

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net 

-Original Message-
From: Mark Himsley [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 3:42 PM
To: [EMAIL PROTECTED]
Subject: Number of threads running


Hi,

I'm running tomcat 3.2.2 connecting through Apache using AJP12 on RedHat
6.2 with jdk1.3.1 and not much memory (a development system).

I am wondering about the number of threads I see running - looking at the
output of `ps aux` I can see 18 threads. I have two connectors setup, an
HttpConnectionHandler with Parameter name=max_threads value=2/ and
an Ajp12ConnectionHandler with Parameter name=max_threads value=5/.

I'm just wondering why there are an extra 11 threads, and what they might
be doing (and yes I do know I could dump the HttpConnectionHandler but
occasionally it is useful to check that Apache and Tomcat are setup
correctly).

Thanks.

--
Mark Himsley
In Acton




Number of threads running

2001-06-07 Thread Mark Himsley

Hi,

I'm running tomcat 3.2.2 connecting through Apache using AJP12 on RedHat
6.2 with jdk1.3.1 and not much memory (a development system).

I am wondering about the number of threads I see running - looking at the
output of `ps aux` I can see 18 threads. I have two connectors setup, an
HttpConnectionHandler with Parameter name=max_threads value=2/ and
an Ajp12ConnectionHandler with Parameter name=max_threads value=5/.

I'm just wondering why there are an extra 11 threads, and what they might
be doing (and yes I do know I could dump the HttpConnectionHandler but
occasionally it is useful to check that Apache and Tomcat are setup
correctly).

Thanks.

--
Mark Himsley
In Acton