[Python-Dev] xmlrpclib Server (original) (raw)
Paul Prescod paulp@ActiveState.com
Sat, 11 Aug 2001 10:49:41 -0700
- Previous message: [Python-Dev] future and present
- Next message: [Python-Dev] xmlrpclib Server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What would people think about renaming xmlrpclib.Server to xmlrpclib.RPCProxy or ServerProxy or something like that?
I find it confusing that the client software creates a Server object. I would expect xmlrpclib.Server() to create a true XML-RPC Server. I like the way that SOAPPy works:
- SOAPProxy creates a client-side proxy object for a server
Take a recipe. Leave a recipe. SOAPServer creates a SOAP server.
Python Cookbook! http://www.ActiveState.com/pythoncookbook
- Previous message: [Python-Dev] future and present
- Next message: [Python-Dev] xmlrpclib Server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]