Using comet with PHP?

后端 未结 11 1398
星月不相逢
星月不相逢 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:03

    I'm current implementing a scalable PHP Comet server using socket functions. It is called 'phet' ( [ph]p com[et] )

    Project page: http://github.com/Tim-Smart/phet

    Free free to join in on development. I have currently managed to get most of the server logic done, just need to finish off the client side stuff.

    EDIT: Recently added 'Multi-threading' capabilities using the pcntl_fork method :)

提交回复
热议问题