Re: Preventing Browser Stop from killing script

2002-07-30 Thread Carl Jolley
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

Re: Preventing Browser Stop from killing script

2002-07-30 Thread Steve Keith - Baselines
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

Re: Re - Preventing Browser Stop from killing script

2002-07-30 Thread Carl Jolley
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. > >

Re - Preventing Browser Stop from killing script

2002-07-30 Thread Steve Keith - Baselines
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