long-polling
jsonp comet hanging request causes ugly "loading" status on browsers
I\'m using jsonp to do cross-domain comet requests, and the \"loading\" status is really annoying. Is there any way to suppress this with javascript?[详细]
2023-01-16 13:43 分类:问答Jquery Ajax calls crashing Internet Explorer?
I must admit, this is my first post on this site, so I apologise in advice if I do something wrong (formatting etc).[详细]
2023-01-15 02:58 分类:问答Missing comet events on Tomcat 7 CometProcessor
I am using CometProcessor to implement long-polling on Tomcat 7.0. The thing that bothering me is I don\'t get any other events except CometEvent.EventType.BEGIN.[详细]
2023-01-14 18:02 分类:问答Is long polling possible in Google App Engine?
I need to make application that needs to poll server often, but GAE has limitations on requests, so making a lot of requests could be very costly. Is it possible to use long polling and make requests[详细]
2023-01-14 15:01 分类:问答How do I keep FireFox from “spinning” with a long-polling request?
I\'m using the following for a long-polling request (this is a plugin similar to getJSON)... $.jsonp({[详细]
2023-01-12 20:03 分类:问答Further question on segmenting AJAX responses
This question is related to one I asked previously, see here. As a way to implement segmented ajax responses, I created a code which does this:[详细]
2023-01-10 14:16 分类:问答Capturing event of client disconnecting! - Gevent/Python
I\'m using long polling for a chat with gevent. I\'m using Event.wait() when waiting for new messages to be posted on the chat.[详细]
2023-01-09 01:52 分类:问答How to use Servlet 3 @WebServlet & async with Spring MVC 3?
I would like to integrate the servlet 3.0 async support with spring MVC. So开发者_Python百科mething like:[详细]
2023-01-08 21:18 分类:问答how to unblock browser when using while loop?
i make an ajax request to a php file that runs a while loop that looks for new data in the database, but i cant give it new data because the browser is blocked while waiting for the new data.[详细]
2023-01-08 05:14 分类:问答Best choice for Long-polling / Comet in Java or C#?
Which native server is best, in your opinion, to implement long-polling / Comet? The first target application is chat, but there will be other implementations - we basically need push-to-client capabi[详细]
2023-01-07 13:08 分类:问答