Comet in PHP, anyone has an example for it ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kabuki1985
Forum Commoner
Posts: 32
Joined: Thu Jun 15, 2006 10:19 pm

Comet in PHP, anyone has an example for it ?

Post by kabuki1985 »

I am looking for an example of how to implement Comet. To those who do not know, Comet is so called the evolution of Ajax where server is able to push stream to client once a connection is established.

http://www.ajaxian.com/archives/comet-a ... plications
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

sounds hawt...

sounds..
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

Here's a little bit about it on a wiki:

http://ajaxpatterns.org/HTTP_Streaming
kabuki1985
Forum Commoner
Posts: 32
Joined: Thu Jun 15, 2006 10:19 pm

Post by kabuki1985 »

Thanks
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

This person doesn't show code examples but I enjoyed the website and the information on it:

http://www.ashleyit.com/ajax/AjaxExperience.htm
Post Reply