I have a dashboard that is supposed to run 24 hours a day to display last hours data for power generation. Values are pulled from oracle and refreshed to the pages every hour to keep the data current. A rotator changes the page every 45 seconds using a timer control. At this time I have a total of 10 pages that the rotator runs through.
This all works fine for a while. But after about 12 hours (estimate), the browser continues to run, but the values are no longer refreshed, and the page gets stuck (the rotator is no longer firing). The rotator stops on a random page, displaying old data.
Why does the application stop refreshing the data after the 12ish hour mark?
Is my connection to the pool being dropped? Resulting in the pages not getting refreshed?
Is there something else that would get dropped or time out that I am missing?
Thanks,
Chilly442
---------------------------------------
If I lived anywhere else I'd be Sunny442
This all works fine for a while. But after about 12 hours (estimate), the browser continues to run, but the values are no longer refreshed, and the page gets stuck (the rotator is no longer firing). The rotator stops on a random page, displaying old data.
Why does the application stop refreshing the data after the 12ish hour mark?
Is my connection to the pool being dropped? Resulting in the pages not getting refreshed?
Is there something else that would get dropped or time out that I am missing?
Thanks,
Chilly442
---------------------------------------
If I lived anywhere else I'd be Sunny442