You call interrupt on the thread object in the vm. As I said, I don't know
if I am helping....

-dain

----- Original Message -----
From: "Peter Fagerlund" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 25, 2001 11:49 AM
Subject: Re: [JBoss-dev] zombie thread-> bug


> on 1-06-25 18.26, Dain Sundstrom at [EMAIL PROTECTED] wrote:
>
> > I don't know if this helps but you can always call inerrupt() on the
thread.
> > This causes the thread to throw an InterruptedException.  Which will
cause
> > most code to exit unless they catch Exception in the main loop and
restart.
>
> Where would one call that ? when a pid is issued ??? anybody know ? ...
also
> - so it does not conflicts with the Ctrl-c ... mayby a shutdown shell
script
> instead ??? ... closing the 2 ServerSockets and then kill pid ? ...
>
> /peter
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to