Re: [python-win32] Q: daemon spawn from within apache cgi blocks parent process

2005-05-24 Thread replytodirk
> On Tue, 24 May 2005 00:43:32 +0200, <[EMAIL PROTECTED]> wrote: > > >I want to create a daemon process from within a python cgi script running on > >apache/win32. This daemon's lifetime is longer than that of the creating cgi > >script - of course, because the script starts the daemon, writes some

[python-win32] Q: daemon spawn from within apache cgi blocks parent process

2005-05-24 Thread Tim Roberts
On Tue, 24 May 2005 00:43:32 +0200, <[EMAIL PROTECTED]> wrote: >I want to create a daemon process from within a python cgi script running on >apache/win32. This daemon's lifetime is longer than that of the creating cgi >script - of course, because the script starts the daemon, writes some html >co

[python-win32] Q: daemon spawn from within apache cgi blocks parent process

2005-05-23 Thread replytodirk
Hi all! I want to create a daemon process from within a python cgi script running on apache/win32. This daemon's lifetime is longer than that of the creating cgi script - of course, because the script starts the daemon, writes some html code to stdout and then exits. This simple task kept me busy