i want to implement comet in php... i have idea about how ajax works but i tried to study about long polling server push using comet but i am facing problem to figure out how it works. so can you please help me...
Asked
Active
Viewed 765 times
-1
-
1Looks like a duplicate: http://www.google.com/url?sa=t&source=web&ct=res&cd=2&ved=0CAsQFjAB&url=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F603201%2Fusing-comet-with-php&ei=iX_5Su2-F5TwmwPHxKjCCg&usg=AFQjCNHq4-KjVv0i57LZxF-Xt-BAqYq9rQ&sig2=wvcuvZpAZWsKnkpfELyeHA – Franz Nov 10 '09 at 14:59
-
Might not be actually. Sorry about that. – Franz Nov 10 '09 at 14:59
2 Answers
6
there are few techniques to implement the comet concept. you may look at Tornado (which is has a great implementation in python) or at phomet which is a PHP implementation. Surely this should be your starting point

Tzury Bar Yochay
- 8,798
- 5
- 49
- 73