Re: What about setting a script/servlet/jsp timeout?

2002-09-06 Thread Glenn Nielsen
> From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] > Sent: Friday, 6 September 2002 6:51 AM > To: Tomcat Users List > Subject: Re: What about setting a script/servlet/jsp timeout? > > > Concurrent requests to Tomcat each run in their own thread. > > There is no easy

RE: What about setting a script/servlet/jsp timeout?

2002-09-05 Thread Nicholas Orr
ay, 6 September 2002 6:51 AM To: Tomcat Users List Subject: Re: What about setting a script/servlet/jsp timeout? Concurrent requests to Tomcat each run in their own thread. There is no easy way to "timeout" a thread running arbitrary application code. So there is no way to timeout a request.

Re: What about setting a script/servlet/jsp timeout?

2002-09-05 Thread Glenn Nielsen
Concurrent requests to Tomcat each run in their own thread. There is no easy way to "timeout" a thread running arbitrary application code. So there is no way to timeout a request. Regards, Glenn Nicholas Orr wrote: > Hi, > > I know you can set session timeouts, is there a way to set > scrip

What about setting a script/servlet/jsp timeout?

2002-09-05 Thread Nicholas Orr
Hi, I know you can set session timeouts, is there a way to set script/servlet/jsp timeouts, so it applies over the whole Tomcat Instance? At the moment I am doing a lot of loops and some of them, by accident, end up being never ending and I have to kill tomcat to stop them. I have had a of look