Using comet with PHP?

后端 未结 11 1559
星月不相逢
星月不相逢 2020-11-22 03:09

I was thinking of implementing real time chat using a PHP backend, but I ran across this comment on a site discussing comet:

My understanding is that

11条回答
  •  滥情空心
    2020-11-22 04:13

    mod_php is not the only way to use PHP. You can use fastcgi. PHP must be compiled with --enable-fastcgi.

    PHP as FastCGI: http://www.fastcgi.com/drupal/node/5?q=node/10

提交回复
热议问题