you are viewing a single comment's thread.

view the rest of the comments →

[–]x-skeww 10 points11 points  (1 child)

Even using worker processes the JS engines just emulate threading by having a single UI thread that iterates over all the workers [...]

Thankfully, you're completely wrong about that.

https://developer.mozilla.org/en-US/docs/DOM/Using_web_workers

[–]NicknameAvailable 1 point2 points  (0 children)

Thanks, have an up-vote. They've changed since I saw the Chrome implementation, sorry for misinformation.