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