2009/1/6 Marcus Monaghan <[email protected]>: > Hi Wim, > > that would be required. The next time the timer times out I would expect > to be > able to work out what has changed and only send minimal data back to the > client. > So for example if nothing had changed I wouldn't send anything back to > the > client. >
When AJAX is available in the browser, Wt only transmits the changes in the widget tree to the client, so this minimal data traffic requirement is handled automatically by the library. If nothing changed, only the timer will be restarted (if necessary). > Multiple sessions will have the opportunity to look at the same data, > but I'm > happy to have each session maintain their own state as I expect the data > structure > to be very light. > Perfect; this makes things even more simple. Regards, Wim. ------------------------------------------------------------------------------ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
