开发者

Implement COMET with PHP

开发者 https://www.devze.com 2023-01-23 02:42 出处:网络
I\'m looking for examples with COMET (DWR - Direct Web Remoting) in php. I have searched in google & found below url which in quite helpful.

I'm looking for examples with COMET (DWR - Direct Web Remoting) in php. I have searched in google & found below url which in quite helpful.

http://www.zeitoun.net/articles/comet_and_php/start

I'm going to implment 开发者_如何学CCOMET with symfony. Any body have more examples for this. Experience with Symfony framework?


Using Comet on Apache can prove difficult.

There is a good article on how to use a Comet server alongside Apache on port 80 of your web server here: http://iamseanmurphy.com/2009/03/02/high-performance-comet-on-a-shoestring/


i also did comet by using this link: http://www.zeitoun.net/articles/comet_and_php/start its a good one.here we have to use prototype to implement comet.

0

精彩评论

暂无评论...
验证码 换一张
取 消