xmlrpc and processes

Martin P. Hellwig martin.hellwig at dcuktec.org
Mon Aug 9 13:03:29 EDT 2010


On 08/09/10 07:50, iu2 wrote:
> Hi,
>
> I have a SimpleXMLRPCServer running on one PC.
> I need several ServerProxy-s talking to it, each one running on a
> different PC. That is, I run on each PC a client application, that
> talks to the one server using xml-rpc.
>
> Is the xml-rpc designed to work like this? If not, is there something
> I can do to still be able to work with xml-rpc in this architucture?
>
> Thank you very much
Yeah should be no problem, you might get some ideas from reading this 
'wrapper':
http://code.google.com/p/dcuktec/source/browse/source/wrapped_xmlrpc_server/rpc.py

-- 
mph



More information about the Python-list mailing list