t.s._twistd_unix : module documentation

Part of twisted.scripts View Source

No module docstring
Class ServerOptions No class docstring; 1/2 methods documented
Function checkPID Undocumented
Class UnixAppLogger A logger able to log to syslog, to files, and to stdout.
Function daemonize Daemonizes the application on Unix. This is done by the usual double forking approach.
Function launchWithName Undocumented
Class UnixApplicationRunner An ApplicationRunner which does Unix-specific things, like fork, shed privileges, and maintain a PID file.
Function _umask Undocumented
def _umask(value): (source)
Undocumented
def checkPID(pidfile): (source)
Undocumented
def daemonize(reactor, os): (source)
Daemonizes the application on Unix. This is done by the usual double forking approach.
ParametersreactorThe reactor in use. If it provides IReactorDaemonize, its daemonization-related callbacks will be invoked.
osAn object like the os module to use to perform the daemonization.
See Alsohttp://code.activestate.com/recipes/278731/
W. Richard Stevens, "Advanced Programming in the Unix Environment", 1992, Addison-Wesley, ISBN 0-201-56317-7
def launchWithName(name): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-04-03 11:20:05.