Interprocess comunication

Nick Belshaw nickb at earth.ox.ac.uk
Thu Jun 1 09:50:48 EDT 2000


Luca wrote:

>
> >On Wed, 31 May 2000 10:04:21 +0200, lminuti at eid.it (Luca) wrote:
> >
> >This is generally an operating system dependent problem. Except if you
> >goes to distributed objects protocols like CORBA.
>
> I work with linux 2.2.x the portability of the code is not very important
> for me. I search an easy way to send a message from a program to another
> (both coded by me).
>

You might want to try the Medusa stuff  - asyncore/asynchat.py - in the
standard library.

These modules allow fully asynchronous comms between independant progs on
the same or different machines via  pc-name:port-number channels. - pretty
powerful stuff.

cheers
Nick/Oxford






More information about the Python-list mailing list