JBoss Community

Re: how to terminate a thread in JVM ?

created by Anders Welen in Performance Tuning - View the full discussion

You can't stop a Java thread from outside the thread itself. See: http://download.oracle.com/javase/1.5.0/docs/guide/misc/threadPrimitiveDeprecation.html

Reply to this message by going to Community

Start a new discussion in Performance Tuning at Community