long-polling
Flash sockets in chat
I hear a lot about people using flash sockets in chat and other long polling开发者_StackOverflow社区 apps.[详细]
2023-04-13 06:47 分类:问答request.close event doesn't fire in node.js server
I\'m working on the long-poll application which uses node.js as a server. The particular task is to immediately learn then the user goes offline. So, I have to listen for the request.close event, righ[详细]
2023-04-12 15:31 分类:问答jQuery read AJAX stream incrementally?
I have read this question but it doesn\'t exactly answer my question. Unfortunately, it looks like things have changed in in the XHR object since I last looked at AJAX, so it is no longer possible to[详细]
2023-04-12 06:54 分类:问答Realtime Streaming per User via some Comet Server
I need to design a Streaming API where each connected user might have different data per category. Lets say two users are interested in sport(category) rss feeds from the streaming api but each user[详细]
2023-04-09 19:22 分类:问答Long Polling causing server problems?
I\'ve finally made a simple chat page that I had wanted to make for a while now, but I\'m running into problems with my servers.[详细]
2023-04-08 10:10 分类:问答Using NodeJS for real time live updating view using database
I hav开发者_如何转开发e been playing around with Nodejs and now wanted to know if i could create live update to a view/page as shownin this tutorial here[详细]
2023-04-08 05:48 分类:问答my own long polling implementation compared to facebook and gmail
For days I have been experimenting with long polling/comet implementation for my site. I got the basic idea of how it works, this is where i run some tests.[详细]
2023-04-07 18:43 分类:问答Persistent push with comet long-polling on Jetty?
I am trying to create a Jetty servlet that allows clients (web browsers, Java clients, ...) to get broadcast notifications from the web server.[详细]
2023-04-04 09:45 分类:问答How to poll for status on client side
I need to find out status of an object which can change at any time. Best case scenario is if the object changes the client side gets updated, however I don\'t think there is plumbing for push开发者_如[详细]
2023-04-03 20:24 分类:问答Under what circumstances will my browser attempt to re-use a TCP connection for multiple requests?
I am using Firefox, but I\'d like to know how browsers decide this in general. It seems that when I access the same URL twice in a short amount of time, my browser tries to re-use the TCP same connec[详细]
2023-04-03 06:56 分类:问答