http server class that lets me open socket?

mh at pixar.com mh at pixar.com
Tue Jul 22 18:50:03 EDT 2008


I'm writing a select-based server, and some of the client
connections will want to send an xml-rpc request.

Is there a class in the http hierarchy that will allow
me to manage a socket, and allow me to instantiate the
class like

    myhttpserver = SomeHTTPServer(mysocket)

and then let me call something like

    myhttpserver.processOneRequest()

Many TIA!
Mark

-- 
Mark Harrison
Pixar Animation Studios



More information about the Python-list mailing list