[Baypiggies] Help ! How to exchange python objects between two python processes on the same machine ?

Bill Janssen janssen at parc.com
Sat Jul 11 05:17:39 CEST 2009


But why all the complexity, marshalling, networking, etc., of XML-RPC?
I'd probably use multiprocessing, and a Pipe, and let that module worry
about efficiency (like the use of mmap).

Bill


More information about the Baypiggies mailing list