Re: Change thread name of HTTP worker threads at Runtime

2009-05-18 Thread Rainer Frey (Inxmail GmbH)
On Friday 15 May 2009 16:58:55 Caldarale, Charles R wrote: From: Rainer Frey (Inxmail GmbH) [mailto:rainer.f...@inxmail.de] Subject: Re: Change thread name of HTTP worker threads at Runtime I just read this up. It says should ensure. How strong this is sepends on whether this has RFC

Re: Change thread name of HTTP worker threads at Runtime

2009-05-15 Thread Rainer Frey (Inxmail GmbH)
On Wednesday 06 May 2009 12:42:09 Ronald Klop wrote: Op woensdag, 6 mei 2009 11:58 schreef Rainer Frey (Inxmail GmbH) : Hi, I occassionally have to analyse thread dumps of tomcat servers which serve up to 25 instances of the same (quite complex) web service application. All custom

Re: Change thread name of HTTP worker threads at Runtime

2009-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 5/15/2009 2:37 AM, Rainer Frey (Inxmail GmbH) wrote: is the assumption that one request is processed by one thread (and never passed to another during processing) true for all connectors, including NIO? Are you asking if the request is

Re: Change thread name of HTTP worker threads at Runtime

2009-05-15 Thread Rainer Frey (Inxmail GmbH)
On Friday 15 May 2009 16:07:11 Christopher Schultz wrote: Rainer, On 5/15/2009 2:37 AM, Rainer Frey (Inxmail GmbH) wrote: is the assumption that one request is processed by one thread (and never passed to another during processing) true for all connectors, including NIO? Are you asking

RE: Change thread name of HTTP worker threads at Runtime

2009-05-15 Thread Caldarale, Charles R
From: Rainer Frey (Inxmail GmbH) [mailto:rainer.f...@inxmail.de] Subject: Re: Change thread name of HTTP worker threads at Runtime I just read this up. It says should ensure. How strong this is sepends on whether this has RFC SHOULD characteristics, or is merely a recommendation. It's

Re: Change thread name of HTTP worker threads at Runtime

2009-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 5/15/2009 10:47 AM, Rainer Frey (Inxmail GmbH) wrote: On Friday 15 May 2009 16:07:11 Christopher Schultz wrote: Not likely, since Java doesn't support continuations. The request handler thread should handle the request from start to

Re: Change thread name of HTTP worker threads at Runtime

2009-05-06 Thread Ronald Klop
Hi, At the company I work we are doing this for a couple of years already with Tomcat 4, 5 and now 6. Works very well. And makes threaddumps more easy to read. A filter is very ease to make. public class ThreadNameFilter implements javax.servlet.Filter { public void doFilter(ServletRequest