&gt; Does this help?<br>&gt;<br>&gt; <a href="http://alex.dojotoolkit.org/?p=538">http://alex.dojotoolkit.org/?p=538</a><br>&gt;<br><br>Came across a couple more things regarding this, and we get a whole new buzzword to play with: 'Comet', essentially keeping a HTTP connection open for long periods of time and pushing the data down it to the browser, rather than the (so far) more common polling approach.
<br>The links:<br><a href="http://ajaxian.com/archives/comet-a-new-approach-to-ajax-applications">http://ajaxian.com/archives/comet-a-new-approach-to-ajax-applications</a><br><a href="http://alex.dojotoolkit.org/?p=545">http://alex.dojotoolkit.org/?p=545
</a><br><a href="http://ajaxpatterns.org/HTTP_Streaming">http://ajaxpatterns.org/HTTP_Streaming</a><br><br>