Inter Process Communication with python

Laurent POINTAL pointal at lure.u-psud.fr
Thu May 27 09:33:39 EDT 1999


On Thu, 27 May 1999 11:21:39 GMT, atheunissen at hotmail.com wrote:

>: I'm looking for some information concerning Inter Process Communication
>: with Python. How is't possible to implement it with Python ???
>: 
>: Thank you for sending me some info about this question.

As soon as you can access the API of the underlying OS (maybe in the
os module documentation), you have 
-pipes
-shared memory (mapped files)
-mailslots
-...

-CORBA: take a look at Fnorb (http://www.dstc.edu.au/Fnorb/), a CORBA2
compliant ORB (see examples to understand how it is simple to set up
inter process communications with this - with automatic transfert of
exceptions, marshmalling of parameters,...).

A+

Laurent.

---
Laurent POINTAL - CNRS/LURE - Service Informatique Experiences
Tel/fax: 01 64 46 82 80 / 01 64 46 41 48
email  : pointal at lure.u-psud.fr  ou  lpointal at planete.net 




More information about the Python-list mailing list