Approaches of interprocess communication

Hendrik van Rooyen mail at microcorp.co.za
Sat Feb 17 03:47:16 EST 2007


 "exhuma.twn" <exhuma at gmail.com> wrote:

> Hi all,
> 
> Supposing you have two separate processes running on the same box,
> what approach would you suggest to communicate between those two
> processes.

8< ------ sockets,webservices,CORBA,shared memory ---------------

> Supposing both processes are written in Python, is there any other way
> to achieve this? To me, shared memory sound the most suited approach.
> But as said, I am still fuzzy in this area. Where can I find more
> information on this subject?

Using named pipes works for me

Also look at Pyro, albeit not aimed at being in the same box.

- Hendrik






More information about the Python-list mailing list