PHP long polling, without excessive database access

前端 未结 6 1307
無奈伤痛
無奈伤痛 2021-01-02 17:26

I\'ve always enjoyed the idea of long polling; on my development server I\'ve played with various notification / new post systems, each using javascript to hold a connection

6条回答
  •  旧时难觅i
    2021-01-02 17:44

    data cache, I like the one from Zend Server, it dramatically reduced pulling from database

提交回复
热议问题