Home | Trees | Index | Help |
---|
Package i2p :: Module SocketServer :: Class ForkingTCPServer |
|
ForkingMixIn
--+ |ForkingMixIn
--+ |BaseServer
--+ | | |BaseServer
--+ | | |BaseServer
--+ | | | | |TCPServer
--+ | | |TCPServer
--+ | ForkingTCPServer
Method Summary | |
---|---|
Inherited from ForkingMixIn | |
Internal routine to wait for died children. | |
Fork a new subprocess to process the request. | |
Inherited from TCPServer | |
Constructor. | |
Inherited from TCPServer | |
Called to clean up an individual request. | |
Return socket file number. | |
Get the request and client address from the socket. | |
Called by constructor to activate the server. | |
Called by constructor to bind the socket. | |
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 |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |