Hi,
Im working on an application that works on a timer.
There is a timer on a product, and when the timer expires, the application dispatch
the NextProduct method that set the next product in queue to be the active one and resets the timer. The timer is basiclly an Ajax function that's being called every minute and updates the timer on screen. everything seem to work fine, but what happens if no one is viewing the website ?
Does the timer works on the server all the time, or in order for the ajax function to work, some one needs to be on view the website ?
Thanks