Interprocess comunication

Aahz Maruch aahz at netcom.com
Thu Jun 1 13:21:33 EDT 2000


In article <39366A38.262E0E07 at earth.ox.ac.uk>,
Nick Belshaw  <nickb at earth.ox.ac.uk> wrote:
>
>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.

I've gotten out of the habit of recommending asyncore except for
explicit server applications.  The problem is that you get blocks in
your application unless you either thread the asyncore part or make sure
that everything takes at most a few seconds to process.
--
                      --- Aahz (Copyright 2000 by aahz at netcom.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

Have you coined a word today?  --Aahz



More information about the Python-list mailing list