Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | collect_children |
def | process_request |
Static Public Attributes | |
active_children = None | |
int | max_children = 40 |
Mix-in class to handle each request in a new process.
Definition at line 401 of file SocketServer.py.
def collect_children | ( | self) |
Internal routine to wait for died children.
Definition at line 408 of file SocketServer.py.
References ForkingMixIn.active_children, and ForkingMixIn.max_children.
def process_request | ( | self, | |
request, | |||
client_address | |||
) |
Fork a new subprocess to process the request.
Definition at line 424 of file SocketServer.py.
References ForkingMixIn.active_children, BaseServer.close_request(), TCPServer.close_request(), UDPServer.close_request(), ForkingMixIn.collect_children(), BaseServer.finish_request(), OpenerDirector.handle_error, and BaseServer.handle_error().
|
static |
Definition at line 405 of file SocketServer.py.
|
static |
Definition at line 406 of file SocketServer.py.