Re: Keep a python script running after browser window closed

2008-03-10 Thread [EMAIL PROTECTED]
On Mar 10, 1:42 pm, sophie_newbie <[EMAIL PROTECTED]> wrote: > On Mar 7, 4:33 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > > > > > On Mar 7, 10:28 am, sophie_newbie <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have a cgi script that performs a very long computation that can > > > take several

Re: Keep a python script running after browser window closed

2008-03-10 Thread sophie_newbie
On Mar 7, 4:33 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Mar 7, 10:28 am, sophie_newbie <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I have a cgi script that performs a very long computation that can > > take several hours to complete. Is there any smart way that I can keep > > this script ru

Re: Keep a python script running after browser window closed

2008-03-07 Thread Mike Driscoll
On Mar 7, 10:28 am, sophie_newbie <[EMAIL PROTECTED]> wrote: > Hi, > > I have a cgi script that performs a very long computation that can > take several hours to complete. Is there any smart way that I can keep > this script running until it is finished (after the user has closed > the browser) and

Keep a python script running after browser window closed

2008-03-07 Thread sophie_newbie
Hi, I have a cgi script that performs a very long computation that can take several hours to complete. Is there any smart way that I can keep this script running until it is finished (after the user has closed the browser) and email them with the results. The email bit isn't the problem, I just do