Re: oscillators and the Web Audio API

On Thu, Feb 9, 2012 at 10:32 AM, Chris Rogers <crogers@google.com> wrote:

> On Wed, Feb 8, 2012 at 1:28 PM, Robert O'Callahan <robert@ocallahan.org>wrote:
>
>> No. Workers use a thread pool.
>>
>
> And how many actual threads would be created on say a quad-core or 8-core
> machine?
>

I don't know off the top of my head, it's all handled by the existing
Workers implementation.


> How are you managing synchronization between the different threads to
> minimize latency and avoid glitches given the kernel scheduling latency?
>  Are these threads high-priority?
>

Latency feels OK in my demos, but I haven't done anything to measure and
minimize it yet.

Rob
-- 
"If we claim to be without sin, we deceive ourselves and the truth is not
in us. If we confess our sins, he is faithful and just and will forgive us
our sins and purify us from all unrighteousness. If we claim we have not
sinned, we make him out to be a liar and his word is not in us." [1 John
1:8-10]

Received on Wednesday, 8 February 2012 21:50:43 UTC