> For my particular case, no drop outs is critical, and I really really want<br>
> to be able to run multiple UIs on lots of cheap machines talking to the same<br>
> engine over something (osc I expect). So I'm ok with the fact that user<br>
> input and requests for user interface updates may lag, as the queue is<br>
> likely to be really busy sometimes. I'm imagining:<br>
<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">you're going to want at least 3 threads:<br>
<br>
  1) inside the engine, something to handle requests from a UI that<br>
cannot be done under RT constraints<br>
         and route others that can into ...<br>
  2) the engine thread<br>
  3) some UI (not necessarily in the same process)<br></blockquote><div><br></div><div>Thanks, can you elaborate on the first two? ( I appreciate the time, understand if not ). Is thread 1 spawned by thread 2? Is the idea that the engine thread can then start stuff that it allows to be interrupted but still owns all the data for? And how would that be handled if that thread is being handled by the audio subsystem and I'm just writing a callback function that runs once a sample?</div>
<div> </div><div>thanks again</div><div>iain</div></div><br>