shortysbest Posted February 4, 2011 Share Posted February 4, 2011 I have made "live" feeds in the past with jquery ajax/php And I would use setInterval to check for new comments in the database every 10 or so seconds and load any new posts between the time, however I'm wondering if anybody knows of a better way to do this? I personally like how youtube has their automatic feed, it loads 1 new comments instantly, and continuously at the same speed whether it be 1 comment or 100. Quote Link to comment https://forums.phpfreaks.com/topic/226723-how-to-code-a-live-feed/ Share on other sites More sharing options...
Philip Posted February 5, 2011 Share Posted February 5, 2011 Take a look into Comet, which is a HTTP push server. Quote Link to comment https://forums.phpfreaks.com/topic/226723-how-to-code-a-live-feed/#findComment-1170087 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.