Instant Ajax response?
I'm pretty good with CF and Ajax but I'm struggling over the idea of a browser page getting GET or POST action from another page and having the currenty page instantly load it without any action from the user on that page.
I know how to load ajax with user interaction on the viewed page but what I mean is something like Google's Twitter results scrolling down with no action from the user directly from the viewed page.
Is it a matter of logging the GET/POST action into the database and then using something like Javascript/Ajax setinterval to reload data every few seconds and read the database until it finds something?
