Bluish Coder

Programming Languages, Martials Arts and Computers. The Weblog of Chris Double.


2007-06-06

Asynchronous Javascript

Ajaxian has a post about a new abstraction based around the recent Google Gears API for executing Javascript asynchronously.

What the Google Gears API provides is the ability to execute Javascript in a different browser thread, and to communicate with those threads via simple message passing. The new abstraction referenced in the Ajaxian post expands on this to allow registering handlers that can receive named messages.

This approach seems very similar to Erlang's lightweight processes and the ability to send messages to and from them. I think that having this type of functionality in Javascript would be very useful but expanding it to be more like Erlang's or Termite's API would be nicer. I did some experiments with this previously using Narrative Javascript.

Tags


This site is accessable over tor as hidden service 6vp5u25g4izec5c37wv52skvecikld6kysvsivnl6sdg6q7wy25lixad.onion, or Freenet using key:
USK@1ORdIvjL2H1bZblJcP8hu2LjjKtVB-rVzp8mLty~5N4,8hL85otZBbq0geDsSKkBK4sKESL2SrNVecFZz9NxGVQ,AQACAAE/bluishcoder/-61/


Tags

Archives
Links