Class t.s._.UnixApplicationRunner(app.ApplicationRunner):

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 postApplication To be called after the application is created: start the

Inherited from ApplicationRunner:

Method __init__ Undocumented
Method run Run the application.
Method createOrGetApplication Create or load an Application based on the parameters found in the
def preApplication(self): (source)
Do pre-application-creation setup.
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.