Re: mod_jk timeout?

2003-10-28 Thread Glenn Nielsen
Brian Maher wrote: On Mon, 27 Oct 2003, Henri Gomez wrote: If the thread on java side is a long running task or a blocking task, it should be handled by the servlet engine and sus some watchdog support should be added in Tomcat. In you're exemple I didn't know how the thread could be ever finished

Re: mod_jk timeout?

2003-10-28 Thread Henri Gomez
Brian Maher a écrit : On Mon, 27 Oct 2003, Henri Gomez wrote: If the thread on java side is a long running task or a blocking task, it should be handled by the servlet engine and sus some watchdog support should be added in Tomcat. In you're exemple I didn't know how the thread could be ever finis

Re: mod_jk timeout?

2003-10-28 Thread Brian Maher
On Mon, 27 Oct 2003, Henri Gomez wrote: If the thread on java side is a long running task or a blocking task, it should be handled by the servlet engine and sus some watchdog support should be added in Tomcat. In you're exemple I didn't know how the thread could be ever finished !!! In theory,

Re: mod_jk timeout?

2003-10-27 Thread matthias.ernst
On Mon, 27 Oct 2003, Henri Gomez wrote: > If the thread on java side is a long running task or a blocking task, > it should be handled by the servlet engine and sus some watchdog support > should be added in Tomcat. > > In you're exemple I didn't know how the thread could be ever finished !!! In

Re: mod_jk timeout?

2003-10-27 Thread Henri Gomez
Brian Maher a écrit : I noticed this message from Glenn Nielsen recently on this mailing list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg47341.html It appears that hgomez submitted a bunch of code that allows you to configure a ping/pong mechanism that helps it detect hung tomcats.

mod_jk timeout?

2003-10-25 Thread Brian Maher
I noticed this message from Glenn Nielsen recently on this mailing list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg47341.html It appears that hgomez submitted a bunch of code that allows you to configure a ping/pong mechanism that helps it detect hung tomcats. I'm very much interes