That is a lot of effort and expense to go to. Why not simply refresh the pages every 3 minutes for the user? This takes the load (and expense) off you, and spreads it among all user's browsers. Sure there are page refreshes, but all you have to do us set your webserver to cache the pages for a short time.
In the head of each page, put this -- <meta http-equiv="refresh" content="180">
You can also use that same command to do a page redirect after so many seconds, if that is of help --
<meta http-equiv="refresh" content="300; url=http:www.yoursite.com/
Main Topics
Browse All Topics





by: anAKiNPosted on 2008-10-18 at 11:16:13ID: 22749172
points increased to 500