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

2002-09-06 Thread Glenn Nielsen

Nicholas Orr wrote:
 Well is there a way to isolate it to a context??
 
 Reason I'm asking is in IIS it lets you specify a script timeout value, I
 was just wondering if there is a similar feature in Tomcat.
 

NO

 Nicholas Orr
 
 -Original Message-
 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 way to timeout a thread running arbitrary application
 code.
 
 So there is no way to timeout a request.
 
 Regards,
 
 Glenn
 
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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
 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 in the doc but haven't been able to find anything.
 
 Nicholas Orr
 
 
 **
 The information contained in this e-mail is confidential and is
 intended only for the use of the addressee(s).
 If you receive this e-mail in error, any use, distribution or
 copying of this e-mail is not permitted. You are requested to
 forward unwanted e-mail and address any problems to the
 MIM Holdings Limited Support Centre.
 
 For general enquires: ++61 7 3833 8000
 Support Centre e-mail:[EMAIL PROTECTED]
 Support Centre phone: Australia 1800500646
   International ++61 7 38338042
 **
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 


-- 
--
Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder|
MOREnet System Programming   |  * if iz ina coment.  |
Missouri Research and Education Network  |  */   |
--


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-09-05 Thread Nicholas Orr

Well is there a way to isolate it to a context??

Reason I'm asking is in IIS it lets you specify a script timeout value, I
was just wondering if there is a similar feature in Tomcat.

Nicholas Orr

-Original Message-
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 way to timeout a thread running arbitrary application
code.

So there is no way to timeout a request.

Regards,

Glenn



**
The information contained in this e-mail is confidential and is
intended only for the use of the addressee(s).
If you receive this e-mail in error, any use, distribution or
copying of this e-mail is not permitted. You are requested to
forward unwanted e-mail and address any problems to the
MIM Holdings Limited Support Centre.

For general enquires:   ++61 7 3833 8000
Support Centre e-mail:  [EMAIL PROTECTED]
Support Centre phone:   Australia 1800500646
International ++61 7 38338042
**


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]