How to implement Comet server side with Python?

后端 未结 2 1870
后悔当初
后悔当初 2020-12-14 13:32

I once tried to implement Comet in PHP. Soon, I found that PHP is not suitable for Comet, since each HTTP request will occupy one process/thread. As a result, it doesn\'t sc

2条回答
  •  借酒劲吻你
    2020-12-14 14:03

    I'm not sure if you came across this question, but the question asked is pretty similar and there seem to be some good answers there. HTH.

提交回复
热议问题