[Bug 17415] (JSWorkers): JavaScriptAudioNode processing in workers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17415

--- Comment #77 from Grant Galitz <grantgalitz@gmail.com> 2012-07-29 17:05:49 UTC ---
Let's not forget that placing the js code in a worker does not solve the
blocking issue. JS code can still be very inefficient in a worker and block the
worker for a long period of time. GC pauses apply too. Inefficient JS can cause
blocking for longer periods than what the UI would normally block for. Putting
canvas support in a worker can also block out audio as well, as non-accelerated
users are very common with most browsers today.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Sunday, 29 July 2012 17:05:51 UTC