W
William Ryan
A few months ago (I'm pretty sure it was Bill Vaughn's
article but I can't find it), someone mentioned using
Notification services to tell clients that a change had
been made. I've been working on this for a while, and
I'm convinced it's as doable as it is worth doing. The
implementation wasn't mentioned, but theoretically, it'd
take some work, but I think it wouldn't be prohibitvely
hard to make it happen.
For instance, I could broadcast a message via a trigger
for instance to a MessageQue. My client app could poll
the QUEUE for updates and when one is there, execute a
Refresh. I'm assuming this is on a local network for the
sake of convenience....
A queue seems easiest, but if you had a socket and a
listener, you could poll that for changes, and force a
refresh. This could keep data fresh without pushing
unnecessary refreshes... What do you think?
article but I can't find it), someone mentioned using
Notification services to tell clients that a change had
been made. I've been working on this for a while, and
I'm convinced it's as doable as it is worth doing. The
implementation wasn't mentioned, but theoretically, it'd
take some work, but I think it wouldn't be prohibitvely
hard to make it happen.
For instance, I could broadcast a message via a trigger
for instance to a MessageQue. My client app could poll
the QUEUE for updates and when one is there, execute a
Refresh. I'm assuming this is on a local network for the
sake of convenience....
A queue seems easiest, but if you had a socket and a
listener, you could poll that for changes, and force a
refresh. This could keep data fresh without pushing
unnecessary refreshes... What do you think?