The text of this article is not in this database — only its details are. Read it on the old site: Introduction to HTML5 Web Worker
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Introduction to HTML5 Web Worker
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Dipal ChoksiPosted Jul 24, 2011, 7:38 PM
Isn't it such an amazing feature? I haven't yet used web workers in PROD apps. There is a good deal of information on the concepts but not much info on benchmarks. Here's an article with some advanced real-like samples: "10 web workers": http://www.whatwg.org/specs/web-apps/current-work/complete/workers.html
Mahesh ChandPosted Jul 21, 2011, 11:04 PM
Thanks Dipal. I didn't know HTML can can multiple threads. Nice :) I can really use this feature in some of our new features like processing some background data. How's the performance? Wonder if you or anybody here have used in real applications?