Inter Process Communication with python

Goran Allerbo goran.allerbo at carmenta.se
Thu May 27 08:23:25 EDT 1999


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.
> 
> --== Sent via Deja.com http://www.deja.com/ ==--
> ---Share what you know. Learn what you don't.---

One way of doing it is to send pickled objects
over socket connections. I'm doing that in a 
multiprocess Python server app. and it works
just fine.

/ga




More information about the Python-list mailing list