xmlrpclib.Server vs xmlrpclib.ServerProxy

Brian Quinlan brian at sweetapp.com
Thu Mar 14 14:57:52 EST 2002


> - Magnus (who thinks that SimpleXMLRPCServer should be called
>   xmlrpclib.Server, with xmlrpclib.ServerProxy being used as the
>   server proxy... :)

Placing the XML-RPC server implementation in the same module would be
asymmetrical with other supported protocols e.g. BaseHTTPServer vs.
httplib. 

Cheers,
Brian





More information about the Python-list mailing list