Re: DiskIO_UGen glitch
[email protected] Wed, 26 Feb 2020 11:25:25 -0300
| Newsgroups | gmane.comp.audio.supercollider.devel |
|---|---|
| Message-ID | <CAFu0fFfDaG63Y+vaSu+GhziqX16nHZMdjf8VEVSPe7airco-Cg@mail.gmail.com> |
yes, sorry, I saw the code but can't get a clear idea, I'm missing too much of the logic, when you write "when the IO thread receives a message, it locks the NRT thread" I think it blocks for the entire nrt whatever is doing and keeps the io thread waiting for other tasks so it may need another lock just for communication between they two when it touches a particular resource and that io thread only need to know if buffers are ready or not. This is just more vaguely explanation of the same thing, maybe opening an issue could get more answers in time. El mar., 25 feb. 2020 a las 18:02, <[email protected]> escribió: > This is a bit vague to be honest... > > Christof > On 25.02.2020 21:38, [email protected] wrote: > > >> block on a different lock until the resource ir ready or taken? (I do the >> same disclaimer as contact). >> > > or "to check if" depending of what resource. > >