Creating a daemon process in Python

Sakagami Hiroki sakagami at gmail.com
Wed Feb 21 11:05:44 EST 2007


Hi,

What is the easiest way to create a daemon process in Python?  Google
says I should call fork() and other system calls manually, but is
there no os.daemon() and the like?

Regards,

--
Sakagami Hiroki




More information about the Python-list mailing list