Archive of UserLand's first discussion group, started October 5, 1998.

Re: The technographer's net connection

Author:Ken MacLeod
Posted:3/4/1999; 8:56:49 AM
Topic:ADSL
Msg #:3544 (In response to 3541)
Prev/Next:3543 / 3545

(a) do you really need everyone reloading every 5 seconds? Sure, sometimes everyone needs to reload at once, but it seems like a waste to have to settle on a fixed interval.

One of the approaches that XML (DOM specifically) makes very easy is to just send updates to the XML tree. When you first send the content of the interactive document (say 100k of XML text) each element comes with an internally generated (by the server) ID. As changes are made in the server you mirror those changes in the client by only sending XML fragments to update/replace elements by their ID. The client then handles rerendering the portions of the XML document covered by the update.


There are responses to this message:


This page was archived on 6/13/2001; 4:48:21 PM.

© Copyright 1998-2001 UserLand Software, Inc.