News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Lorenzo Alberton's Blog: PEAR::Pager - Navigation with Pager and AJAX (or simple Javascript)

FedoraNews.org: How to install Fedora Core 4 Server with the latest AMP Support

Daniel Krook's Blog: Zend and IBM update PHP for i5/OS

Nick Halstead's Blog: How to make AuctionAd$ dynamic with PHP

PHPRiot.com: Monitoring File Uploads using Ajax and PHP


Community Events







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


security ajax PHP5 database mysql application job zend release conference package PEAR framework developer releases example cakephp book zendframework code

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