Window page auto refresh

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajits
    New Member
    • Nov 2008
    • 1

    Window page auto refresh

    Hi,

    Our application is an windows application and it is used by customer service executives. We have a requirement to auto reresh the pages when the data shown in the page gets changed in the DB by some other user. It would be great if you can throw some ideas on how to implement this requirement. Currently some 5000 users are using this App and in the next version some 7000+ are going to use this App. Pls help.

    Thanks!
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    If 7000 users are going to be using and making changes to the database, reloading everyone's page in realtime might not be feasable.
    If thee was just a few, I would say you could try following the WMI events or working with the event usage in SQL server directly.
    But with that volume of people you might be better polling on an interval for updates

    Comment

    Working...