Message Passing?

Jeremy Dillworth j_k_wd at bellsouth.net
Fri Aug 22 00:16:21 EDT 2003


You may want to try xmlrpclib:
http://www.python.org/doc/current/lib/module-xmlrpclib.html

see also SimpleXMLRPCServer
http://www.python.org/doc/current/lib/module-SimpleXMLRPCServer.html



On Thursday 21 August 2003 11:55 pm, Kris Caselden wrote:
> What's the best method for communication between Python applications?
> I'm looking for a simple message-passing routine. I tried looking at
> pipes, but I haven't found much documentation. Sockets looks most
> promising, but it seems a little more complicated than what I'm
> looking for. Any suggestions?






More information about the Python-list mailing list