Python to Python communication

Alan Kennedy alanmk at hotmail.com
Mon Oct 11 11:34:57 EDT 2004


[Harald Massa]
>>I have a group of Python programms which I want to teach to "talk to each 
>>other".

[Thomas Guettler]
> Peer to peer: There is no central server. All can talk to each other.
> The problem is: How to find the other? If there are on one computer
> this is easy: Just write files to a directory all processes know.
> But if you want to talk to other computers, you need to know their
> IP addresses.

Or use a peer-to-peer library that has solved all of those problems already

http://www.python.org/other/spread/

regards,

-- 
alan kennedy
------------------------------------------------------
email alan:              http://xhaus.com/contact/alan



More information about the Python-list mailing list