RE: AW: Tomcat5 and Servlet Timeout: Possible?

2004-09-08 Thread Shapira, Yoav
21 PM >To: [EMAIL PROTECTED] >Subject: Re: AW: Tomcat5 and Servlet Timeout: Possible? > >SH Solutions wrote: > >>>So if one thread hangs, it hangs forever. >>>If it blocks other threads, the whole app hangs... >> >> So, yes, if you application has a

RE: Tomcat5 and Servlet Timeout: Possible?

2004-09-08 Thread Ralph Einfeldt
lic void timeout() { oStartingThread.interrupt(); } } > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Andreas Schildbach > Sent: Tuesday, September 07, 2004 9:19 PM > To: [EMAIL PROTECTED] > Subject: Re: Tomcat5 and Servlet Timeout: Possib

Re: AW: Tomcat5 and Servlet Timeout: Possible?

2004-09-07 Thread Andreas Schildbach
SH Solutions wrote: So if one thread hangs, it hangs forever. If it blocks other threads, the whole app hangs... So, yes, if you application has a bug, it has a bug. Well, unfortunately it is not my application that has this bug, but it seems to be the JDK: The thread hangs in SocketOutputStream.w

AW: Tomcat5 and Servlet Timeout: Possible?

2004-09-07 Thread SH Solutions
Hi > So if one thread hangs, it hangs forever. > If it blocks other threads, the whole app hangs... So, yes, if you application has a bug, it has a bug. I would NOT want tomcat to kill one of my threads, doing security-relevant modifications in some kind of transaction. Not even if other threads

Re: Tomcat5 and Servlet Timeout: Possible?

2004-09-07 Thread Andreas Schildbach
Shapira, Yoav wrote: There's no such option in Tomcat. So if one thread hangs, it hangs forever. If it blocks other threads, the whole app hangs... Regards, Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: Tomcat5 and Servlet Timeout: Possible?

2004-09-07 Thread Shapira, Yoav
Hi, There's no such option in Tomcat. Yoav Shapira Millennium Research Informatics >-Original Message- >From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Schildbach >Sent: Tuesday, September 07, 2004 3:09 PM >To: [EMAIL PROTECTED] >Subject: Tomcat5 and Servl

Tomcat5 and Servlet Timeout: Possible?

2004-09-07 Thread Andreas Schildbach
Hello everyone, I'm a bit puzzled at the moment. Isn't there an option to Tomcat5 that specifies a servlet timeout? (maximum the a servlet may take to execute, after which the corresponding thread is killed) I could only find connection timeout... Regard

RE: SERVLET TIMEOUT

2001-02-05 Thread Michael Wentzel
> Michael: > >I have a database connection pool servlet which loads on > startup. It > works fine, but if I don't give it a workout on my test site often > enough, it disappears. I suspect Tomcat destroys idle > servlets after a > certain time has elapsed, but I can't find documentatio

Re: SERVLET TIMEOUT

2001-02-05 Thread schalk
Michael: I have a database connection pool servlet which loads on startup. It works fine, but if I don't give it a workout on my test site often enough, it disappears. I suspect Tomcat destroys idle servlets after a certain time has elapsed, but I can't find documentation on this. I don

RE: SERVLET TIMEOUT

2001-02-05 Thread Michael Wentzel
> My servlet won't stay loaded. Is there a default time limit for > unused servlets? If so, how can I override it. Are you sure that's what's happening? Try putting a debug output line in your servlets init() method to make sure that it is actually getting reloaded. --- Michael Wentzel Sof

SERVLET TIMEOUT

2001-02-05 Thread schalk
My servlet won't stay loaded. Is there a default time limit for unused servlets? If so, how can I override it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Servlet timeout

2000-12-15 Thread Kief Morris
Saikat Chatterjee typed the following on 12:06 15/12/2000 +0530 >Hello all, >I have a question regarding 'timeout' period of a servlet. >Is it possible for me to set this 'timeout' period of a servlet in >Tomcat?There must be some configuration file where i can set this. I'm not sure

Servlet timeout

2000-12-14 Thread Saikat Chatterjee
Hello all, I have a question regarding 'timeout' period of a servlet. Is it possible for me to set this 'timeout' period of a servlet in Tomcat?There must be some configuration file where i can set this. Thanks in advance, Saikat