10-06-04 07:55 AM
As Ray indicates, web interface are by nature a "pull" technology. To push
information to a client, you have to implement a feature in the client that
regularly checks if the server pushes.
For example, every time (or so) a user makes an interaction, you check the
application context for a notification message. Or you could add a hidden
autorefresh frame to do it.
[ Post a follow-up to this message ]
|