Part of twisted.scripts._twistd_unix View Source View In Hierarchy
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.
|