Two Pythons talking to each other?

G. David Kuhlman dkuhlman at netcom.com
Thu Jul 8 16:18:44 EDT 1999


I'm not a CORBA fan myself, but CORBA seems appropriate for your
problem.  Take a look at:

    Fnorb -- http://www.dstc.edu.au/Products/Fnorb/

and 

    ILU -- ftp://ftp.parc.xerox.com/pub/ilu/ilu.html (your Web
        browser can read this page)

both of which support Python.

  - Dave


Hans Nowak (ivnowa at hvision.nl) wrote:
> Hello,
> 
> I am currently experimenting with networking and want to write some 
> games (where, obviously, two players compete over a network). Now I 
> want to test my programs offline. One way would be to start two 
> separate Python sessions (on the same machine), both running the same 
> game program, and let them somehow talk to each other like they would 
> over a network. But, what would be a good way to do this? I was 
> thinking about passing strings (commands etc) to a file, but two 
> programs cannot read from and write to the same file at the same 
> time. Does someone have any ideas about how to do this?
> 
> TIA,
> 
> --Hans Nowak (ivnowa at hvision.nl)
> Homepage: http://fly.to/zephyrfalcon




More information about the Python-list mailing list