What is the de facto library for creating Python Daemons -


i attempting use python-daemon library seemed me safest way create daemon without forgetting anything. documentation quite poor, being pep 3143.

on other hand, have found lot of links sander marechal's a simple unix/linux daemon in python. looks nicer solution or though have not yet attempted use it.

edit: have used sander marechal's solution , seems work nicely.


so de facto way in python community create daemon, 1 of these libraries, or doing (forking twice etc.)?

also, think library pep far better choice since closer comprehensive way of creating daemon (or @ least more standard way) other solution. deal python-daemon package, ever included in standard library?

i went sander marechal's a simple unix/linux daemon in python, is simple, , work creating subclass , overriding run() method, feels natural way things (rather with context: approach of python-daemon module.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -