Wednesday, January 11, 2012

Introduction to HTML5 Web Workers: the JavaScript Multi-threading Approach

Introduction to HTML5 Web Workers: the JavaScript Multi-threading Approach:

HTML5 applications are obviously written using JavaScript. But compared to other kinds of development environments (like native ones), JavaScript historically suffers from an important limitation: all its execution process remains inside a unique thread.

No comments: