News Feed
Jobs Feed
Sections




News Archive
ThinkPHP Blog:
Comet in conjunction with a PHP socket server - server-client communication
September 02, 2008 @ 08:41:55

In a new post to the ThinkPHP blog today there's a look at combining Comet with PHP to make a simple method for the client to talk back to the server outside the usual methods.

If a couple of users have opened the application there are already some hundred or thousand requests per second. The outcome of this is a big load for your server and a highly increased traffic - your server will in a senseless way be overloaded. In conclusion, our problem is the enormous amount of polling without knowing whether the server really wants to send a new push. Let's turn the initial situation around. And we get the solution to our problem: Comet.

With Coment, the model changes and the request is "cached" on the server-side automatically in a single Comet instance. Coordinate this with another recommendation of theirs, a PHP socket server, and you can do some pretty interesting things.

0 comments voice your opinion now!
communication socket server comet ajax push pull


blog comments powered by Disqus

Similar Posts

Robert Swarthout's Blog: PHP frontend to Subversion (SVN)

Stuart Herbert's Blog: Participating in the European WinPHP Challenge 2009

Zend Developer Zone: PHP and RIA (Presentation Update)

ONLamp.com: Points of Attack: PHP and Ajax

HowToForge.com: LAMP Installation On Ubuntu 6.06 For Linux Noobs


Community Events











Don't see your event here?
Let us know!


interview framework symfony2 podcast release example community zendframework2 phpunit language rest testing introduction functional opinion development series conference usergroup database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework