<br><div class="gmail_quote">On Fri, Jul 10, 2009 at 10:28 PM, Bill Janssen <span dir="ltr">&lt;<a href="mailto:janssen@parc.com">janssen@parc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

David Berthelot &lt;<a href="mailto:d_berthelot@yahoo.com">d_berthelot@yahoo.com</a>&gt; wrote:<br>
<br>
&gt; Ok, I&#39;m trying to send some python objects from one Python process to another, on the same machine.<br>
<br>
Try &quot;mmap&quot;, for inter-process, and &quot;Queue&quot;, for intra-process (between<br>
threads).  Both in the standard library.  Probably want to pickle the<br>
data before writing it -- use a Pickler on the write side, and an<br>
Unpickler on the read side.<br>
</blockquote><div><br></div><div>You could also use &quot;processing&quot; to exchange objects between processes.</div><div><br></div><div><a href="http://pypi.python.org/pypi/processing">http://pypi.python.org/pypi/processing</a></div>

<div> </div></div>-- <br>Harish Mallipeddi<br><a href="http://blog.poundbang.in">http://blog.poundbang.in</a><br>