Creating a daemon process in Python

Benjamin Niemann pink at odahoda.de
Wed Feb 21 11:41:46 EST 2007


Hello,

Sakagami Hiroki wrote:

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

You could try
<http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278731>


HTH

-- 
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/



More information about the Python-list mailing list