socketserver.BaseServer.process_request()

process_request(request, client_address)

Calls finish_request() to create an instance of the RequestHandlerClass. If desired, this function can create a new process or thread to handle the request; the ForkingMixIn and ThreadingMixIn classes do this.

doc_python
2016-10-07 17:42:29
Comments
Leave a Comment

Please login to continue.