Sept. 27, 2005
6:04 p.m.
Phillip J. Eby wrote:
Well, you could pickle and unpickle the objects you send from one function to another, and for cross-process communication, you'll need to do something like that anyway, or else use that shared-memory objects thing. PySHM? I don't remember its name, but it's an extension that lets you store Python objects in shared memory and use them from multiple processes, modulo certain strict limitations.
"POSH": http://poshmodule.sourceforge.net/posh/html/ -- Benji York