我正在用php寻找COMET(DWR-Direct Web Remoting)的示例。我已经在google中搜索并在下面的url中找到了,这很有帮助。

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

我要用symfony来实现COMET。任何机构对此都有更多的例子。有Symfony框架的经验吗?

最佳答案

在Apache上使用Comet可能很困难。

这里有一篇很好的文章,介绍如何在Web服务器的端口80上将Comet服务器与Apache一起使用:http://iamseanmurphy.com/2009/03/02/high-performance-comet-on-a-shoestring/

10-06 14:56