I need a page to be automatically updating so that when a specific even occurs, it will display something. I know AJAX can do it, but in order to use it, it would be checking the database every few seconds to see if it was true, which is too much pressure on the server.... is there any other way to do this without putting stress on the database every 3 seconds?