Simple comet example using php and jquery

前端 未结 7 1360
一个人的身影
一个人的身影 2020-12-01 02:17

Can anyone give me a good and simple example of the comet technique using PHP?

I just need an example that uses a persistent HTTP connection or something similar. I

7条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-01 02:43

    Never having used this technique and studying the Wikipedia article on the topic, "Long Polling" seems like the only viable solution. It sounds pretty simple to implement by infinitely looping and sleeping a script on the server. There's some actual code in the HTTP Streaming page linked to from the Wikipedia article.

    Have you tried any of this and stumbled on specific problems?

提交回复
热议问题