http server class that lets me open socket?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mh@pixar.com

    http server class that lets me open socket?

    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.pr ocessOneRequest ()

    Many TIA!
    Mark

    --
    Mark Harrison
    Pixar Animation Studios
Working...