What are you trying to speed up?<br><br>OpenGL is not very friendly to multiple CPUs.&nbsp; The driver will serialize the two processes no matter what so the gain will be minimal if any.<br><br>The latest DirectShow versions of GEM will use multiple CPUs for decompressing video and grabbing frames from a camera.&nbsp; The pix_ objects do not use multiple CPUs.
<br><br>On the &#39;Unix&#39; based OSes (OSX and Linux) the pix_share_read/write objects allow passing video frames between Pd/GEM processes.&nbsp; Windows does not have a similar enough shared memory system to make it work like the other two OSes.
<br><br><div><span class="gmail_quote">On 3/29/07, <b class="gmail_sendername">rainer _</b> &lt;<a href="mailto:jepoxy@hotmail.com">jepoxy@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>to get some benefit out of my dual core, I have tried to adapt one of my GEM<br>patches to run on two pd instances, connected with netsend/receive. Well, it<br>worked somehow but only with two gemwins... Is it possible to get the whole
<br>thing into one gemwin on winXP ??<br><br>thanks,<br>Rainer<br><br>_________________________________________________________________<br>Express yourself instantly with MSN Messenger! Download today it&#39;s FREE!<br><a href="http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/">
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/</a><br><br><br>_______________________________________________<br><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; 
<a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br>