-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------



Nimret Sandhu wrote:

> well, then here is a suggestion for JServ developers, name the threads that
> run a servlet to something that is appropriate ( like the name of the
> servlet). that way, runtime monitoring tools can list all the servlets
> running in the vm.

In a thread pooling environment, the same thread will be used to execute
different servlets at different times.  Is it really worth the overhead of
renaming it all the time?

As I pointed out in my previous mail, the list of servlets installed in the
servlet engine is different from the list of requests that is actually being
executed at any given time.  Apache JServ 1.0 already includes a mechanism to
display the installed servlets, through the "/jserv/" URI.

Craig McClanahan




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to