On Tue, 30 Jul 2002, Steve Keith - Baselines wrote:
> Thanks Carl - this will help me out, and I think it will be fairly easy to
> implement.
>
> I usually queue within the program all database updates in memory, then
> commit them taking the smallest possible slice of time.
>
> Let me ask you if
To: "Steve Keith - Baselines" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 11:48 AM
Subject: Re: Re - Preventing Browser Stop from killing script
> On Tue, 30 Jul 2002, Steve Keith - Baselines wrote:
>
> > Hello -
> >
> > I
On Tue, 30 Jul 2002, Steve Keith - Baselines wrote:
> Hello -
>
> I believe that when a person presses the STOP button, or exits a browser
> session in any way, the running process is killed. If a script is being run
> that generates that web page, then it will abort somewhere in the middle.
>
>
Hello -
I believe that when a person presses the STOP button, or exits a browser
session in any way, the running process is killed. If a script is being run
that generates that web page, then it will abort somewhere in the middle.
I also believe that by using SIG and/or eval, I could have the p