Daemonizing a Python Program

Coy Krill ckrill at qvlinc.com
Tue Nov 14 04:14:18 EST 2000


I've been toying around with the SocketServer module to get a feel from
creating servers and haven't found a method for making the program
daemonic. I've searched through the library docs and only find daemons
in the Thread module.  Is there not a standard library function/method
for this? Is there a good one around or do I just need to hack one up
from the UNIX FAQ?

Coy I-wanna-have-my-own-daemon Krill





More information about the Python-list mailing list