On Wed, Jan 14, 2009 at 2:25 AM, Laszlo Nagy <gand...@shopzeus.com> wrote:
> The question is: what is the standard way to implement fast and portable IPC
> with Python? Are there tools in the standard lib that can do this?

Certainly not standard by any means, but I use
circuits (1). Two or more processes can communicate
via  Bridge by propagating events.

Example: http://trac.softcircuit.com.au/circuits/browser/examples/remotepy.py

cheers
James

1. http://trac.softcircuit.com.au/circuits/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to