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

Class ThreadingMixIn

Known Subclasses:
ThreadingGSITCPSocketServer

Mix-in class to handle each request in a new thread.
Method Summary
  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.

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.

Generated by Epydoc 2.0 on Thu Jul 29 13:45:02 2004 http://epydoc.sf.net