Simple comet example using php and jquery
Posted
by Ray
on Stack Overflow
See other posts from Stack Overflow
or by Ray
Published on 2009-08-24T04:57:19Z
Indexed on
2010/05/07
16:58 UTC
Read the original article
Hit count: 601
I have searched on google for hours without finding a good and simple example of the comet technique using PHP. I just need an example that uses a persistent HTTP connection or something similar. I dont want to use a polling technique because I have something like that set up and not only is it difficult to work with and manage its a big hog of resources. Also I am using IIS7 not Apache. A good example would be really helpful so I can move on from this ugly polling technique.
,Thanks
© Stack Overflow or respective owner