Re: Python to Python communication
From: Alan Kennedy (alanmk_at_hotmail.com)
Date: 10/11/04
- Next message: Robert Brewer: "RE: Help needed: try/except -idiom vs. C-style coding"
- Previous message: ChrisH: "Re: The IDE question"
- In reply to: Thomas Guettler: "Re: Python to Python communication"
- Next in thread: Harald Massa: "Re: Python to Python communication"
- Reply: Harald Massa: "Re: Python to Python communication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 11 Oct 2004 16:34:57 +0100
[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
- Next message: Robert Brewer: "RE: Help needed: try/except -idiom vs. C-style coding"
- Previous message: ChrisH: "Re: The IDE question"
- In reply to: Thomas Guettler: "Re: Python to Python communication"
- Next in thread: Harald Massa: "Re: Python to Python communication"
- Reply: Harald Massa: "Re: Python to Python communication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|