long-polling
Long Polling causes problems when user exits page
My Long Polling system runs using PHP and jQuery but I have encountered a problem when 开发者_Python百科developing it.[详细]
2023-02-04 03:17 分类:问答Short-polling vs Long-polling for real time web applications?
I\'m building a real-time web application As far as I know, the most popular choi开发者_高级运维ces are short-polling and long-polling. What are the advantages and disadvantages might there be for mea[详细]
2023-02-03 21:00 分类:问答Using long polling with WinForms Clients in .NET
We need to develop a .NET application, basically a WinForms client, which needs to be notified of changes only from the server to update the UI only in case of necessity and not every time.[详细]
2023-01-31 10:26 分类:问答Multiple long polling?
I\'m developing a chat application and I\'ve 开发者_如何学运维come across the following thought.. Should I use \'multiple\' long polling requests to my server, each one handling different things. For[详细]
2023-01-29 06:35 分类:问答AJAX long-polling a REST API/Memcached in a PHP application
No, I\'m not trying to see how many buzzwords I can throw into a single question title. I\'m making REST requests through cURL in my PHP app to some webservices. These requests need to be made fairly[详细]
2023-01-26 11:40 分类:问答rails asynchronous communication and xhr polling
I need to write a Rails application (JRuby) that does asynchronous communication with another service开发者_高级运维 in the background. There needs to be one connection per browser session. (It does n[详细]
2023-01-21 04:06 分类:问答Long poll for JSF - what are the choices?
I need to implement long-poll for a notification system, I current using Primefaces ajax framework but currently does not support long poll. I just wondering what is available for JSF developer if the[详细]
2023-01-20 04:52 分类:问答How to prevent webkits constant url loading url / throbber of doom
There is a few questions about this, but mostly lacking details and no definitive answer. So I am using xhr long polling, my poll is pretty basic and just looks like[详细]
2023-01-19 23:35 分类:问答AJAX Polling Frequency - To long poll or not to long poll?
I\'m building a component of a web page that needs relatively constant database polling. I can see two different approaches for this, and I\'m wondering if one of them is better than the others, or if[详细]
2023-01-18 15:37 分类:问答Implementing long polling with SOAP-based @Stateless EJB exposed as @WebService
I have a pre-existing SOAP-based web service with which I\'d like to provide a long-polling based notification system. How can I implement this? The client is currently a Java desktop rich client whic[详细]
2023-01-17 05:27 分类:问答