death count in Monitor?
death count in Monitor?
- Subject: death count in Monitor?
- From: Jonathan Rochkind <email@hidden>
- Date: Tue, 22 Apr 2003 17:56:52 -0500
What IS the death count in Monitor? What exactly triggers a death being
recorded in Monitor?
I noticed recently that when my Java app terminates itself by calling:
Runtime.getRuntime().exit(1);
That is NOT noted as a death in Monitor, although the instance IS restarted
(it's marked auto-restart). But I expected it to be, and would like it to
be. It's something my app does in a fatal condition that is not supposed to
occur, I'd like to know when it does. Hmm, is it effected by the argument
to exit()? Can anyone clear this up for me?
--Jonathan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.