I\'m working on comparison for several different methods of implementing (real or fake) multithreading in JavaScript. As far as I know only webworkers and Google Gears Worke
Multithread.js is a library for really easy multithreading in JS that wraps Web Workers and does the majority of your work for you. :)