Module SocketServer :: Class ForkingMixIn
[show private | hide private]
[frames | no frames]

Class ForkingMixIn

Known Subclasses:
ForkingMixIn

Mix-in class to handle each request in a new process.
Method Summary
  collect_children(self)
Internal routine to wait for died children.
  process_request(self, request, client_address)
Fork a new subprocess to process the request.

Class Variable Summary
NoneType active_children = None                                                                  
int max_children = 40                                                                    

Method Details

collect_children(self)

Internal routine to wait for died children.

process_request(self, request, client_address)

Fork a new subprocess to process the request.

Class Variable Details

active_children

Type:
NoneType
Value:
None                                                                  

max_children

Type:
int
Value:
40                                                                    

Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 http://epydoc.sf.net