Hallo, Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen wrote:
I had a discussion with matju in #dataflow [1] last week about possible directions for multithreading in Pd. The general conclusions we reached were roughly:
threading/parallelism is necessary, and will become more necessary
trying to automatically split the computational load between multiple
threads will be very difficult and the result sub-optimal
- solution: a primitive in Pd for manually controlled threading
Pd is a programming language (among other things), and it's common for (modern) programming languages to have threading available at the programmer's disposal, not as an automatic feature, so your proposal sounds good to me. Getting this right for Pd however probably is quite tricky.
Frank Barknecht _ ______footils.org_ __goto10.org__