long-polling
Asynchronous http handler dealing with .csv files in asp.net
I have developed a live scoring application which is based on the long polling approach, or Comet as they also call it. I have used ASP.NET 4.0 running on IIS 6 (windows 2003 - only two CPUs, which do[详细]
2023-02-27 20:02 分类:问答Is there a long polling framework in PHP/Apache analagous to Tornado?
Is there something开发者_如何学C like the Tornado framework written in PHP or any examples of how to tie it (Tornado or another reliable framework) in to a site already built on PHP/MYSQL/Apache?at ey[详细]
2023-02-26 21:04 分类:问答Detect connection failure during an async method call in a WCF service
I have an async WCF service implementation and I want to detect when the client aborts the connection during a WCF method call.[详细]
2023-02-22 07:58 分类:问答AJAX optimization - instead of checking every 2 ms?
Heylo guys i a开发者_运维问答m writing an experimental AJAX page that checks the data of a txt file every 2 ms and if there is a change, post the change to the page[详细]
2023-02-21 00:18 分类:问答Looking for Comet-Style server or client [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-17 23:09 分类:问答Dynamic Status Updating
What is needed to implement a feature that emulates Twitter and Facebook in allowing one to post status posts an开发者_JS百科d seeing responses to these posts coming in automatically?The term you\'re[详细]
2023-02-16 19:01 分类:问答Opera leaves long polling socket(s) open
We have a problem with long polling and opera. I myself am a c-programmer and have developed a customized http-daemon for our needs. In this case we needed a long polling server that would be able to[详细]
2023-02-08 02:47 分类:问答Detect FlexClient disconnect on Longpolling Channel
I\'m developing a chat system and i need to detect the FlexClient disconnect in Java, using the longpolling channel.[详细]
2023-02-06 16:02 分类:问答http push - http streaming method with ssl - do proxies interfere whith https traffic?
My Question is related to the HTTP Streaming Method for realizing HTTP Server Push: The \"HTTP streaming\" mechanism keeps a request open indefinitely.It[详细]
2023-02-05 04:02 分类:问答Comet issue with abandoned open connections
I am using some comet techniques including long polling and forever frame. I am using iframes for cross subdomain stuff. The one issue that I ran into while implementing these techniques is when a use[详细]
2023-02-05 00:46 分类:问答