How to make an auto update page, like facebook, of twitter? There's one solution that I know. I can do that with ajax or jquery that send request to the server every t seconds. but, I think it's too risky, because if I have 1000 users access the pages, so the server will receive too many request from the users.
Is there any other way to do it?? thanks for your help..