How can eliminate constant polling?
-
Scenario: I have two web users. If user 1 makes a change to an Application server state variable, how do I notify user 2 about the new info without doing constant javascript polling in a timer using Ajax, which is what I am doing right now? I would like to make this more efficient because the contant polling seems expensive to me. Any ideas? Thanks!
-
Scenario: I have two web users. If user 1 makes a change to an Application server state variable, how do I notify user 2 about the new info without doing constant javascript polling in a timer using Ajax, which is what I am doing right now? I would like to make this more efficient because the contant polling seems expensive to me. Any ideas? Thanks!
AJAX is the only way you can send info to a user who does not themselves click on a link, or go to a new page.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )