Is it possible to stop corrupt threads?
From: Morten Jensen (morten_at_somewhere.in.dk)
Date: 04/30/04
- Next message: Michael Borgwardt: "Re: How good are checksums?"
- Previous message: Michael Borgwardt: "Re: URL is directory or file"
- Next in thread: Michael Borgwardt: "Re: Is it possible to stop corrupt threads?"
- Reply: Michael Borgwardt: "Re: Is it possible to stop corrupt threads?"
- Reply: NOBODY: "Re: Is it possible to stop corrupt threads?"
- Reply: Chris Uppal: "Re: Is it possible to stop corrupt threads?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Apr 2004 11:19:10 +0200
Hello,
We are writing a big program with dozens of threads and there is constantly
a danger that a programming error will result in an unforseen deadlock. If
this occurs we would like to just kill the deadlocked threads, write out an
error message and restart them if possible. For some reason even the
deprecated stop method can't kill threads that are in a deadlock. Is there
anything other than System.exit() that can do this?
Thanks
Morten
- Next message: Michael Borgwardt: "Re: How good are checksums?"
- Previous message: Michael Borgwardt: "Re: URL is directory or file"
- Next in thread: Michael Borgwardt: "Re: Is it possible to stop corrupt threads?"
- Reply: Michael Borgwardt: "Re: Is it possible to stop corrupt threads?"
- Reply: NOBODY: "Re: Is it possible to stop corrupt threads?"
- Reply: Chris Uppal: "Re: Is it possible to stop corrupt threads?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|