All I want is to display a list of records from a database table that are always up-to-date.
My initial thought was to have a constant ajax call every x seconds checking for updates, but wasnt sure if that was the best way to approach it. I have googled around, and such things as COMET, Ext.Direct, polling, pushing (comet?) have all come up.
What would be the best way to do this?