> 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
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
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