Re: Best way to halt Java process?
- From: Todd <todd.heidenthal@xxxxxxxxx>
- Date: Thu, 10 Jun 2010 09:02:42 -0700 (PDT)
On Jun 10, 9:06 am, Alessio Stalla <alessiosta...@xxxxxxxxx> wrote:
Just keep in mind that System.exit kills the entire JVM, so if your
"process" is a webapp in a servlet container, you'll kill all the
other webapps and the container, too.
That's what I understood, but thanks for the reminder. For the
purposes of this process/application, failing to a safe-mode (in this
case where no further processing is allowed) is best, so halting the
JVM is reasonable.
Todd
.
- Follow-Ups:
- Re: Best way to halt Java process?
- From: Eric Sosman
- Re: Best way to halt Java process?
- References:
- Best way to halt Java process?
- From: Todd
- Re: Best way to halt Java process?
- From: Alessio Stalla
- Best way to halt Java process?
- Prev by Date: Re: Basic custom layout manager question
- Next by Date: Re: Best way to halt Java process?
- Previous by thread: Re: Best way to halt Java process?
- Next by thread: Re: Best way to halt Java process?
- Index(es):
Relevant Pages
|