Monday, October 5, 2009

Web Workers: A Draft Recommendation to Allow Parallelism in Scripts

Posted on http://www.ddj.com/go-parallel
Most modern Web pages run scripts. So far, there are many limitations to allow these scripts to take advantage of multicore microprocessors. However, Web Workers is a draft specification that defines an API to allow Web application authors to spawn background workers running scripts in parallel.
Read more here

No comments:

Post a Comment