t.s._.UnixApplicationRunner(app.ApplicationRunner) : class documentation

Part of twisted.scripts._twistd_unix View Source View In Hierarchy

An ApplicationRunner which does Unix-specific things, like fork, shed privileges, and maintain a PID file.
Method preApplication Do pre-application-creation setup.
Method getLogObserver Override to supply a log observer suitable for POSIX based on the given arguments.
Method postApplication To be called after the application is created: start the application and run the reactor. After the reactor stops, clean up PID files and such.

Inherited from ApplicationRunner:

Method __init__ Undocumented
Method run Run the application.
Method startLogging Initialize the logging system.
Method createOrGetApplication Create or load an Application based on the parameters found in the given ServerOptions instance.
def preApplication(self): (source)
Do pre-application-creation setup.
def getLogObserver(self): (source)
Override to supply a log observer suitable for POSIX based on the given arguments.
def postApplication(self): (source)
To be called after the application is created: start the application and run the reactor. After the reactor stops, clean up PID files and such.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:46:52.