Classes | |
class | WorkingServer |
Functions | |
def | daemonize |
def | start |
|
This function creates a daemon by forking the current process. The parameters stdin, stdout, and stderr are file names which substitute the standard err-, in-, out- output. This parameters are optional and point normally to /dev/null. Note that stderr is opened unbuffered, so if it shares a file with stdout then interleaved output may not appear in the order that you expect. source: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66012 modified by a.weise November 2005 Definition at line 230 of file start_server.py. |
|
START THE APPLICATION Definition at line 282 of file start_server.py. |