JavaScript multithreading
Web Workers. They’re a W3C standard (well, a working draft at the moment) for exactly this, and require no plugins: This specification defines an API that allows Web application authors to spawn background workers running scripts in parallel to their main page. The specification also discusses spreading workers across multiple cores, for true concurrency (this … Read more