Simon Willison’s Weblog

Subscribe
Atom feed for daemon

2 items tagged “daemon”

2009

python-daemon (via) A library for correctly creating Unix daemon processes in Python, implementing the proposed PEP 3143 API.

# 18th May 2009, 10:12 am / daemon, python, unix

2008

daemon.py (via) Neat little Python module for daemonizing a process; handles logging and pid files out of the box.

# 8th January 2008, 9:58 pm / daemon, daemonizing, logging, pid, python