Trees | Index | Help |
|
---|
Module SocketServer :: Class ThreadingMixIn |
|
ThreadingTCPServer
Method Summary | |
---|---|
Start a new thread to process the request. | |
Same as in BaseServer but as a thread. |
Class Variable Summary | |
---|---|
bool |
daemon_threads = False
|
Method Details |
---|
process_request(self, request, client_address)Start a new thread to process the request. |
process_request_thread(self, request, client_address)Same as in BaseServer but as a thread. In addition, exception handling is done here. |
Class Variable Details |
---|
daemon_threads
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sun Apr 11 13:37:10 2004 | http://epydoc.sf.net |