Re: die defaults

2000-02-09 Thread Joshua N Pritikin
On Wed, Feb 09, 2000 at 10:00:57AM +0100, [EMAIL PROTECTED] wrote: > > I've had servers > > in production that start crashing and alert the user. Then I go in with > > ProcessTop and, without restarting, work around the problem. The user > > is impressed. > > So do I! And I was already impressed

Re: die defaults

2000-02-09 Thread Jochen Stenzel
> I've had servers > in production that start crashing and alert the user. Then I go in with > ProcessTop and, without restarting, work around the problem. The user > is impressed. So do I! And I was already impressed by ProcessTop itself. Just to mention it in the talk (and because of my curi

Re: die defaults

2000-02-08 Thread Joshua N Pritikin
On Tue, Feb 08, 2000 at 05:57:18PM -0500, [EMAIL PROTECTED] wrote: > > "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: > JNP> Actually, turning errors into warnings is a *feature*. I've had > JNP> servers in production that start crashing and alert the user. > JNP> Then I go in w

Re: die defaults

2000-02-08 Thread Uri Guttman
> "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: JNP> Actually, turning errors into warnings is a *feature*. I've had JNP> servers in production that start crashing and alert the user. JNP> Then I go in with ProcessTop and, without restarting, work around JNP> the problem. T

Re: die defaults

2000-02-08 Thread Joshua N Pritikin
On Tue, Feb 08, 2000 at 05:25:33PM -0500, [EMAIL PROTECTED] wrote: > well, since we have been on a feature frenzy i thought i would toss in > this one to the sharks. > > when i have made a serious problem in setting up a callback, event > generates errors in a loop. i know i should use a $Event::

die defaults

2000-02-08 Thread Uri Guttman
well, since we have been on a feature frenzy i thought i would toss in this one to the sharks. when i have made a serious problem in setting up a callback, event generates errors in a loop. i know i should use a $Event::DIED handler to deal with this but i think it should wrok better by default.