I have a website which have more than 1000 users. I want to update the content of my site in every 10 sec. Suppose if one user update anything in a table so it will reflect to other logged in user. But remember the user is ideal. He doesn't press refresh on his browser.
I think of applying auto-refresh in every 10 sec through jquery which call the ajax post and gets back the updated result. But with my approach if 1000 users are online so my server will be hit by 1000 times. I want some optimized way to do this. Any suggestions