start_server Namespace Reference


Classes

class  WorkingServer

Functions

def daemonize
def start


Function Documentation

def start_server::daemonize   verbose,
  stdout = '/dev/null',
  stderr = None,
  stdin = '/dev/null',
  pidfile = None,
  startmsg = 'Server daemon started with pid %s'
 

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.

def start_server::start  ) 
 

START THE APPLICATION

Definition at line 282 of file start_server.py.


Generated on Sun Mar 5 18:06:11 2006 for Server by  doxygen 1.4.6-NO