There's a third way you might also want to consider, possibly in
combination with the other two:
3) piggyback requests to refresh on other service requests, or trigger
refresh requests from unrelated UI events.
The idea here is that syncing an unwatched browser screen to a server
is a waste of resources. If the user isn't "gesturing", then she is
probably out to lunch or left for the day. If you want to get
sophisticated with this, you can use a combination of mouse movement
and elapsed time as criteria to trigger a refresh.
In most cases, "server push" is a greatly overrated technology.
Walden
> > Object X changes, the label changes automaticly. How do I do it?- Hide quoted text -
>
> - Show quoted text -