Package i2p :: Module SocketServer :: Class ForkingTCPServer
[show private | hide private]
[frames | no frames]

Class ForkingTCPServer

  ForkingMixIn --+    
                 |    
      ForkingMixIn --+
                     |
BaseServer --+       |
             |       |
    BaseServer --+   |
                 |   |
BaseServer --+   |   |
             |   |   |
     TCPServer --+   |
                 |   |
         TCPServer --+
                     |
                    ForkingTCPServer


Method Summary
    Inherited from ForkingMixIn
  collect_children(self)
Internal routine to wait for died children.
  process_request(self, request, client_address)
Fork a new subprocess to process the request.
    Inherited from TCPServer
  __init__(self, session, RequestHandlerClass)
Constructor.
    Inherited from TCPServer
  close_request(self, request)
Called to clean up an individual request.
  fileno(self)
Return socket file number.
  get_request(self)
Get the request and client address from the socket.
  server_activate(self)
Called by constructor to activate the server.
  server_bind(self)
Called by constructor to bind the socket.
  server_close(self)
Called to clean-up the server.

Class Variable Summary
    Inherited from ForkingMixIn
NoneType active_children = None                                                                  
int max_children = 40                                                                    
    Inherited from TCPServer
int socket_type = 1                                                                     
    Inherited from TCPServer
int address_family = 2                                                                     
bool allow_reuse_address = False
int request_queue_size = 5                                                                     

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