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
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
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
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
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
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
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
> 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
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
> 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
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]
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
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
13 matches
Mail list logo