Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Web worker is supposed to be making web app do more processing but how exactly? It all seem like magic to me. So below are specific questions:

  1. Does using web worker matter for single core computers?
  2. On a 4 cores processor, is using 20 web workers at the same time faster than using just 4?
  3. What is the perfect scenario where web workers could use 100% of machine's capabilities?
  4. Does web worker works the same in all browser?
  5. Is what I'm asking trivial and I should just hack some more to see?
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.