Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我进行长轮询查询,比如说,http://polling.site.com/polling。同时我需要对服务器进行其他几个查询,比如http://site.com/polling/?d=cr. 但是它们是排队的,并且只有在长轮询连接完成时才会被细化。图片相关
http://polling.site.com/polling
http://site.com/polling/?d=cr
我使用 nginx/apache2、php5。
如何在长轮询期间进行多个查询?
原因是无法在两个连接中使用 php session。所以我session_write_close在长轮询循环中使用,此时第二个查询完成。
session_write_close