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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to