Monday, July 21, 2008

Multithreaded javascript!

I just came across this article: http://www.infoq.com/articles/js_multithread

It is very informative and explains quite a number of the issues raised by callback-based async calls (used to simulate multiple execution streams) and how to achieve equivalent functionality via this new js library.

ps: Comments and/or links to this article are most welcome!  
 

No comments:

Post a Comment