Re: POST request hangs hup

2009-07-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, On 7/2/2009 6:20 PM, Daniel Henrique Alves Lima wrote: > I think could be anything: An infinite loop in your app, a database > (or other resource) deadlock, any intensive db query (with a really > long transaction timeout). +1 Take a thread

RE: POST request hangs hup

2009-07-02 Thread Caldarale, Charles R
> From: Ivan Longhi [mailto:ivan.lon...@gmail.com] > Subject: POST request hangs hup > > Is there a way to kill a single thread in tomcat whitout > restarting it? No. > Is there a way to limit the max execution time for a single > thread/request? No. You need to fix your

Re: POST request hangs hup

2009-07-02 Thread Daniel Henrique Alves Lima
is "probably" more guilt :-) On Thu, 2009-07-02 at 19:20 -0300, Daniel Henrique Alves Lima wrote: > On Thu, 2009-07-02 at 23:40 +0200, Ivan Longhi wrote: > > Hi, > > Hi, Ivan. > > > I'm running tomcat 6.0.18 with java 1.6.0_13 on a linux box. > > The only webapp deployed is Sun OpenSSO (h

Re: POST request hangs hup

2009-07-02 Thread Daniel Henrique Alves Lima
On Thu, 2009-07-02 at 23:40 +0200, Ivan Longhi wrote: > Hi, Hi, Ivan. > I'm running tomcat 6.0.18 with java 1.6.0_13 on a linux box. > The only webapp deployed is Sun OpenSSO (http://www.opensso.org) built from > source (20090930). > Sometimes a tomcat thread hangs hup while serving a PO

POST request hangs hup

2009-07-02 Thread Ivan Longhi
Hi, I'm running tomcat 6.0.18 with java 1.6.0_13 on a linux box. The only webapp deployed is Sun OpenSSO (http://www.opensso.org) built from source (20090930). Sometimes a tomcat thread hangs hup while serving a POST request (/UI/Login): monitoring tomcat status I see the processing time grows and

Re: request hangs

2007-03-29 Thread Filip Hanik - Dev Lists
e ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Chris Eldredge" <[EMAIL PROTECTED]> To: Sent: Thursday, March 22, 2007 10:10 AM Subject: Re: request hangs Martin

Re: request hangs

2007-03-28 Thread Chris Eldredge
nt interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Chris Eldredge" <[EMAIL PROTECTED]> To: Sent: Thursday, March 22, 2007 10:10 AM Subject: Re: request hangs Martin, Thanks for the response. The thread accepting UDP packets has

Re: request hangs

2007-03-22 Thread Martin Gainty
tes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Chris Eldredge" <[EMAIL PROTECTED]> To: Sent: Thursday, March 22, 2007 10:10 AM Subject:

Re: request hangs

2007-03-22 Thread Chris Eldredge
terdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Chris Eldredge" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 6:30 PM Subject: request hangs I'm working on a web application which sometimes has several daemon

Re: request hangs

2007-03-21 Thread Martin Gainty
ECTED]> To: Sent: Wednesday, March 21, 2007 6:30 PM Subject: request hangs > I'm working on a web application which sometimes has several daemon > threads doing I/O processing in the background. The application seems > to be fine except when several tasks are running, sometimes

request hangs

2007-03-21 Thread Chris Eldredge
I'm working on a web application which sometimes has several daemon threads doing I/O processing in the background. The application seems to be fine except when several tasks are running, sometimes Tomcat gets a request and doesn't seem to process it. The request seems to time out without eve