2006-03-07

AJAX / CSS - Comet: Low Latency Data for the Browser

Comet applications can deliver data to the client at any time, not only in response to user input. The data is delivered over a single, previously-opened connection. This approach reduces the latency for data delivery significantly.
While Comet is similar to Ajax in that it?s asynchronous, applications that implement the Comet style can communicate state changes with almost negligible latency. This makes it suitable for many types of monitoring and multi-user collaboration applications which would otherwise be difficult or impossible to handle in a browser without plugins.
http://alex.dojotoolkit.org/?p=545