SimpleXMLRPCServer

Yannick Turgeon nobody at nowhere.com
Mon Sep 27 17:10:18 EDT 2004


I plan to use XML-RPC to communicate between my python server and VB client.
I just called a simple registered function (lambda x,y: x+y) and it worked.
But I'm new to XML-RPC and I'm now wondering why this class is called
"Simple". What are its limitations? I want to know if I can count on it for
my project or if I would need a not-so-simple XML-RPC server.

Yannick





More information about the Python-list mailing list