Launching a background process

2009-07-27 Thread Dave Forgac
I am trying to write an application that will allow a user to launch a fairly long-running process (5-30 seconds). It should then allow the user to check the output of the process as it is generated. The output will only be needed for the user's current session so nothing needs to be stored

Launching a background process

2009-07-27 Thread Dave Forgac
I am trying to write an application that will allow a user to launch a fairly long-running process (5-30 seconds). It should then allow the user to check the output of the process as it is generated. The output will only be needed for the user's current session so nothing needs to be stored

Re: Launching a background process

2009-07-27 Thread Graham Dumpleton
On Jul 27, 2:07 pm, Dave Forgac tylerd...@gmail.com wrote: I am trying to write an application that will allow a user to launch a fairly long-running process (5-30 seconds). It should then allow the user to check the output of the process as it is generated.  The output will only be needed

Re: Launching a background process

2009-07-27 Thread Wichert Akkerman
On 7/27/09 8:40 AM, Graham Dumpleton wrote: On Jul 27, 2:07 pm, Dave Forgactylerd...@gmail.com wrote: I am trying to write an application that will allow a user to launch a fairly long-running process (5-30 seconds). It should then allow the user to check the output of the process as it is

Pylons autoreloading mode is not working in Windows service?

2009-07-27 Thread durumdara
Hi! I used the service example to make Pylons webapp in windows. But as I see, the pages never reload - except on service (re)starting. To force it I tried with: def SvcDoRun(self): os.chdir(os.path.dirname(__file__)) s = Server(None) try: