Re: 6.0.x request processing patch

2007-09-25 Thread Rainer Jung
Filip Hanik - Dev Lists wrote: As far as I know, the accumulated request processing times retrieved via the MBeans for Servlets or the GlobalRequestProcessor are correct. I simply don't want to break them. I had a quick look, and our confusion might come from the fact, that RequestInfo contai

Re: 6.0.x request processing patch

2007-09-25 Thread Filip Hanik - Dev Lists
Rainer Jung wrote: Filip Hanik - Dev Lists wrote: Rainer Jung wrote: Hi Filip, I guess that also fixes the misleading html manager display (request times going up and up). That would be very nice. Just a quick shot: - maybe you can fix Procssing -> Processing everywhere not sure what you

Re: 6.0.x request processing patch

2007-09-25 Thread Rainer Jung
Filip Hanik - Dev Lists wrote: Rainer Jung wrote: Hi Filip, I guess that also fixes the misleading html manager display (request times going up and up). That would be very nice. Just a quick shot: - maybe you can fix Procssing -> Processing everywhere not sure what you mean? Simply a typ

Re: 6.0.x request processing patch

2007-09-25 Thread Filip Hanik - Dev Lists
no strong opinion either way. -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 11:49 AM To: Tomcat Developers List Subject: 6.0.x request processing patch Currently, the RequestInfo.getRequestProcessingTime is not taking i

Re: 6.0.x request processing patch

2007-09-24 Thread Rainer Jung
trong opinion either way. -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 11:49 AM To: Tomcat Developers List Subject: 6.0.x request processing patch Currently, the RequestInfo.getRequestProcessingTime is not taking into a

Re: 6.0.x request processing patch

2007-09-24 Thread Filip Hanik - Dev Lists
, September 24, 2007 11:49 AM To: Tomcat Developers List Subject: 6.0.x request processing patch Currently, the RequestInfo.getRequestProcessingTime is not taking into account if the request is active or not, hence returning a larger and larger value if a new request is not received. The patch

Re: 6.0.x request processing patch

2007-09-24 Thread Filip Hanik - Dev Lists
, September 24, 2007 11:49 AM To: Tomcat Developers List Subject: 6.0.x request processing patch Currently, the RequestInfo.getRequestProcessingTime is not taking into account if the request is active or not, hence returning a larger and larger value if a new request is not received. The patch

RE: 6.0.x request processing patch

2007-09-24 Thread Bill Barker
t Developers List > Subject: 6.0.x request processing patch > > Currently, the RequestInfo.getRequestProcessingTime is not > taking into > account if the request is active or not, hence returning a larger and > larger value if a new request is not received. > The pat

6.0.x request processing patch

2007-09-24 Thread Filip Hanik - Dev Lists
Currently, the RequestInfo.getRequestProcessingTime is not taking into account if the request is active or not, hence returning a larger and larger value if a new request is not received. The patch addresses the following 1. getRequestProcessingTime returns 0 if no request is active 2. getLastR