Python to Python communication

Istvan Albert ialbert at mailblocks.com
Mon Oct 11 11:21:24 EDT 2004


Harald Massa wrote:

 > I have a group of Python programs which I want
 > to teach to "talk to each other".

> What library have you used and would recommend?

I think this depends on what exactly the nature of
the "communication".Do you want to send data across or
functionality.

XMLRPC and pyro are about sharing behavior:
functions or methods.

If you need to keep a connection open and keep
exchanging raw data, then sockets might make more sense.

Istvan.



More information about the Python-list mailing list