You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Anton Tagunov <at...@mail.cnt.ru> on 2003/09/02 16:47:32 UTC

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