Howdy,
There's no static interrupt() call -- I was thinking sleep() and typing
interrupt() ;)  Your question wasn't stupid at all ;)

So I guess my question to the original poster should be rephrase: are
you doing Thread.sleep() or Thread.currentThread().sleep() ?  I'm no
longer as confident this is the cause of the bad behavior you're
seeing...

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Anton Tagunov [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, September 02, 2003 10:48 AM
>To: Tomcat Users List
>Subject: Re[2]: ThreadPool misbehavin
>
>Hello Yoav, and All!
>
>Since it's a user mail list, plz let one STUPID question,
>just want to know "everything in the world" =)
>
>>>"SEVERE: Unexpected exception" message in the logs from
ThreadPool:652.
>>>I like the comment at line 651 that says, "can never happen, .".
Does
>
>SY> Are you doing Thread.inerrupt() or
Thread.currentThread().interrupt() ?
>SY> I suspect that's the difference here.  There's no way tomcat
threads
>can
>SY> be protected from the former.
>
>Is there a Thread.interrupt() call? In my JDK 1.4.1 I see a static
>interrupt() call neither in the docs nor in src.zip
>
>WBR, Anton
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to