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

DevShed: An Introduction to Sockets in PHP (Part 1)

Maarten Balliauw's Blog: A client side Glimpse to your PHP application

PHPied.com: AJAX MVC (so to speak)

Jim Plush\'s Blog: AJAX, PHP and Javascript Errors - How to get more data

Christopher Jones' Blog: New AJAX & PHP Book from Oracle Press


Community Events









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


opinion tool development introduction podcast zendframework2 example code object community composer event language framework testing conference release functional api interview

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