Creating a daemon process in Python

Joshua J. Kugler joshua at eeinternet.com
Thu Feb 22 15:21:35 EST 2007


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

Also, more discussion on the topic here:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66012

j

-- 
Joshua Kugler
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE

-- 
Posted via a free Usenet account from http://www.teranews.com




More information about the Python-list mailing list