On OSX you should make the shm settings much larger.  OSX still has the original values (~4MB) from the original mid-80s NextStep.  <br><br><div class="gmail_quote">On Tue, Aug 30, 2011 at 5:25 AM, cyrille henry <span dir="ltr">&lt;<a href="mailto:ch@chnry.net">ch@chnry.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">hello,<br>
<br>
you can use multiple pd instance, or use pd~ objects.<br>
This 2 solution aimed to have 2 (or more) pd running.<br>
the 2nd solution is great since all pd instance are synchronized at audio rate.<br>
The 1st is better if some instances can slow down, so that it did not slow the others.<br>
<br>
The main bottleneck is the communication between this process.<br>
for audio communication, prefer pd~ solution.<br>
for huge data communication, i don&#39;t find both approach very good.<br>
for image communication, i successfully use pix_share_read and pix_share_write object (for both solution).<br>
<br>
cheers<br>
Cyrille<br>
<br>
Le 30/08/2011 11:11, Jean-Marie Adrien a écrit :<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello list<br>
Im pushing a Mac quite a lot with image analysis + audio and id like to know if there is a simple way to use efficiently the multiprocessors.<br>
Ive read through a recent paper by Miller concerning multiprocessing, but is there somewhere a manual :) ? Something practical for a basic user ?<br>
Would running two instances of PD (one processing image and the other sound, with some internal bus link) be a good trick ?<br>
Anyone gone along this way ?<br>
Thanks<br>
JM<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</div></div></blockquote></div><br>