Howdy,

>Is this behaviour not definite? I mean can I make sure that Tomcat will
>*NEVER*  destroys the idle threads?

Make minProcessors=maxProcessors.

>yes, I'm talking about processing threads.
>Is there to way to see how many *processor threads* Tomcat is having at
a
>time?

Not built-in to tomcat that I know of.  But it's easy to write a little
program that lists all the threads in the JVM, and there tomcat's
threads show up clearly (as HttpProcessor).  In fact, I've posted my
version of this program a couple of times to the list.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to