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を使用しています。
ロングポーリング中にいくつかのクエリを実行するにはどうすればよいですか?
その理由は、2 つの接続で php セッションを使用できないことにありました。したがってsession_write_close、longpolling ループで使用すると、この時点で 2 番目のクエリが完了します。
session_write_close