[ZODB-Dev] Python RPC

David Brown ddb@namshub.org
Fri, 25 May 2001 00:31:30 -0700


At 08:09 AM 5/25/2001 +0100, you wrote:

>That said, has anyone done Python RPC before? If so, where should I look?

Look into Secret Labs' xmlrpclib.  It's at 
http://www.pythonware.com/products/xmlrpc/index.htm

It does a really good job of trying to do seamless RPC.

Actually, I would try to do a really good job of making sure that you 
couldn't just use the XML-RPC stuff, unless the point is to try to 
implement the system, which has it's own appeal.

dave