<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> When i look at the Tomcat status page via the browser, if it tells me that
> all the threads are busy - but the details of each of the connections
> indicates that these connections are in "k" - keep alive stage. Is there 
> a
> way to tell using this status page or any other method if these Tomcat
> threads are actually being kept busy for keepalive purpose and not by
> requests coming in from the Apache webserver.  I doubt that all the Tomcat
> threads are busy doing useful work since  on the Apache side the number of
> active connections as seen using the server-status page is less than half
> the number of Tomcat threads that are busy.
>

For the AJP/1.3 Connector, The "k" stage means that Tomcat is waiting for 
the next request to be forwarded from Apache.

> Thanks
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to