Using "pickle" for interprocess communication - some notes and things that ought to be documented.

Christian Heimes lists at cheimes.de
Thu Jan 17 15:55:52 EST 2008


John Nagle wrote:
> It's possible to use "pickle" for interprocess communication over
> pipes, but it's not straightforward.

IIRC the processing module uses pickle for IPC. Maybe you can get some
idea by reading its code?

http://pypi.python.org/pypi/processing/0.40

Christian




More information about the Python-list mailing list