Interprocess comunication

Duncan Grisby dgrisby at uk.research.att.com
Thu Jun 1 11:54:44 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.

Alternatively, you might find it easier to use one of the distributed
object systems.

  http://www.vex.net/parnassus/apyllo.py?i=549099265

lists a bunch of them. (I hope that URL stays valid...) Some are
Python-only, others are CORBA-based so you can communicate between
Python and other languages. Even if you don't want to do that now, it
might be a good insurance policy for the future.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --



More information about the Python-list mailing list