Andrew (Andy) W. Schmeder wrote:
Hi all.
I'd like to know how PD uses parallelism to take advantage of SMP systems... i.e. does it use threads to dispatch the work across multiple CPUs?
no only special objects, like [readsf~], are create their own threads. the rest is almost always in one single thread
mfg.csa.asdr IOhannes
-andy