Tagged Questions

In web programming, long-polling is an emulation of pushing data, implemented by repeated polling with delayed response.

learn more… | top users | synonyms

16
votes
3answers
6k views

Chrome's loading indicator keeps spinning during XMLHttpRequest

I'm writing an AJAX web app that uses Comet/Long Polling to keep the web page up to date, and I noticed in Chrome, it treats the page as if it's always loading (icon for the tab keeps spinning). I ...
15
votes
5answers
3k views

How does a WCF server inform a WCF client about changes? (Better solution then simple polling, e.g. Comet or long polling)

see also "WCF push to client through firewall" I need to have a WCF client that connect to a WCF server, then when some of the data changes on the server the clients need to update its display. ...
10
votes
4answers
512 views

jquery ajax, read the 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 ...
10
votes
2answers
5k views

How to do long-polling AJAX requests in ASP.NET MVC?

Does anyone know how to code up long-polling AJAX requests (for server PUSH notifications) in ASP.NET MVC? Whenever I do it, it seems that only the last browser to open up a window gets the ...
10
votes
3answers
2k views

Simplest way to implement backend server for multiplayer JavaScript game? (COMET/longpolling)

I've been writing a game in JavaScript, and it's time to make it multiplayer. I would like to use AJAX long-polling to get the current game state, as well as implement the lobby. The server just ...
8
votes
4answers
998 views

Is there a difference between long-polling and using Comet

I am implementing a system where I need real-time updates. I have been looking at certain scenarios and among all was Comet. Implementing this I do not see any way this is different from traditional ...
8
votes
3answers
2k views

Is “long polling” the most efficient way to create a Web Real Time App?

I want to create an application like this: http://typewith.me/2wicOjuefI What is the most efficient way to create this real time application ? Flash ? Long polling ? Http Streaming ? or anything ...
7
votes
2answers
475 views

AJAX Polling vs. WebSockets Mobile Performance

I'm currently developing a site in Django that I'd like to implement some sort of quasi-realtime update system for. Since this site is intended for mobile devices, I was wondering what the ...
7
votes
4answers
4k views

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. Something like: @RequestMapping("/chat") @WebServlet(name="myServlet", asyncSupported=true) public String getMessage(String ...
6
votes
2answers
247 views

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. On the other hand, I have been ...
6
votes
1answer
2k views

Long-polling vs Apple Push Notification Service & Android C2DM [closed]

I am building a mobile application that has some realtime constraints. Therefore I turn to stackoverflow to get advices & opinions and attempt to decide which is the best solution to update the ...
6
votes
4answers
758 views

PHP + Comet (long-polling) scaling / hosts

I have developped an application using PHP/MySQL which used comet technology, presicely long-polling. The proof of concept works great, but I am expecting traffic to quickly reach thousands of ...
6
votes
4answers
2k views

Simple PHP long polling chat script, too simple?

Im working on a simple chat app, probably 10 to 20 users per room. The Script that queries the database for new messages looks too simple for all the request it'll be getting. Below is the block of ...
6
votes
1answer
1k views

long polling netty nio framework java

How can I do long-polling using netty framework? Say for example I fetch http://localhost/waitforx but waitforx is asynchronous because it has to wait for an event? Say for example it fetches ...
5
votes
1answer
243 views

Problems when storing WebSocket connection handle objects using jQuery.data() — what's the best thing to do?

I have an asynchronous queue worker running as a Tornado script on my server -- it hosts a subclass of Tornado's PeriodicTask, which consumes events from Redis. To monitor the queue, I set up a ...
4
votes
2answers
432 views

Long Polling/HTTP Streaming General Questions

I'm trying to make a theoretical web chat application with php and jquery, I've read about long polling and http streaming, and I managed to apply most principles introduced in the articles. However, ...
4
votes
1answer
212 views

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 ...
4
votes
1answer
1k views

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 choices are short-polling and long-polling. What are the advantages and disadvantages might there be for measuring one over ...
4
votes
3answers
451 views

'Loading' web page for async call

I have a simple web page in ASP.NET / C#. Currently to fully render the data I require calling a block of code that runs on background threads and can take multiple minutes to complete. I've got it ...
4
votes
1answer
444 views

Long polling getting timed out from browser

I'm trying to serve long polling requests for 60 secs using node.js. The problem I'm facing is, the browser is getting timed out. The same setup is working for 30 secs. Can anybody suggest how to ...
4
votes
3answers
4k views

Asynchronous COMET query with Tornado and Prototype

I'm trying to write simple web application using Tornado and JS Prototype library. So, the client can execute long running job on server. I wish, that this job runs Asynchronously - so that others ...
4
votes
3answers
101 views

Code outline for auto-update pages

I want to mess around with realtime information, and there is a pretty standard functionality that I want to duplicate: It occurs here on SO when you're on a single-question view, typing your answer, ...
4
votes
1answer
1k views

A message queue model in Erlang(Comet chat)?

I am doing Comet chat with Erlang. I only use one connection (long-polling) for the message transportation. But, as you know, the long-polling connection can not be stay connected all the time. Every ...
3
votes
1answer
166 views

Long Polling Options: Nginx, PHP, Node.js

I'm designing a long-polling app to broadcast small changes very rapidly to, possibly, a large number of users. The app will run in tandem with a website running a fairly standard cms. They'll both be ...
3
votes
1answer
44 views

How to prevent memory leaks in a streaming http/s server in node.js?

I built a streaming https server that polls a back-end service and writes the data to the http client if it is available. The code for a specific https request looks like this somehow: // check for ...
3
votes
0answers
212 views

Is php scalable with reverse ajax long polling?

I am working on a website that displays some data from DB that changes frequently (Status of a queue and a chat conversation). My current setup is Apache/PHP/MySQL. Naturally I would like to avoid ...
3
votes
1answer
85 views

Is there a way for MySQL to wait for rows matching a condition to be inserted

Let's say i was writing an aplication where'd i'd need to get notifications in real time from a server, and let's say those notifications are stored on a mysql database. For me to get them i'd have ...
3
votes
3answers
270 views

Multiple AJAX requests delay each other

I have a long polling request on my page. The script on the server side is set to timeout after 20 seconds. So, when the long polling is "idling", and the user presses another button, the sending of ...
3
votes
4answers
499 views

Play framework longpolling in online game

I'm working on a browser game with the play framework, and I definitely need longpolling, but I don't quite understand how to use it. WebSockets would be perfect for this, but it's not supported by ...
3
votes
1answer
1k views

jQuery ajax php long polling

I've been trying to get this long polling script to work but I keep getting stuck. This time I have a problem with the ajax request to the server. The php script that serves the data (running the ...
3
votes
1answer
113 views

Memory Leaks Comet Server in PHP

Why would a Comet Server like Tornado be especially prone to memory leaks if written in PHP? Are there genuine weaknesses particular to PHP for implementing a long polling framework/service like ...
3
votes
2answers
566 views

Accurate long polling example?

I've made an function that should do an long polling and fetch live data that is being "pushed" to me. Right now I'm testing against an json object that is formatted in the way that it will look once ...
3
votes
1answer
225 views

Advantages of Comet software over standard Long Polling

I cannot figure out for the life of me the purpose of an application like Cometd or simple-comet over something like a simple longpolling request with php and an infinite loop with code like so $time ...
3
votes
2answers
1k views

Can ASP.NET MVC's AsyncController be used to service large number of concurrent hanging requests (long poll)?

Frameworks like Node.js, Tornado, and Twisted let developers create server-push applications that supports large number of concurrent hanging requests (10k+). From what I understand, they all achieve ...
3
votes
3answers
691 views

Nginx as a reverse-proxy while long-polling

I've got apache as a back-end server, which runs php scripts and nginx as a reverse-proxy server which deals with static content. A php-script, which gives me ID of some process and then performs this ...
3
votes
3answers
308 views

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. We ...
3
votes
3answers
680 views

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 ...
3
votes
1answer
616 views

Ajax long-polling on IIS [closed]

Possible Duplicate: Comet implementation for ASP.NET? I am looking into making a real-time chat website, but have ran into a few questions before starting. First off, we want to be able to ...
3
votes
3answers
805 views

MySQL trigger + notify a long-polling Apache/PHP connection

I know there are Comet server technologies that do this but I want to write something simple and home-grown. When a record is inserted into a MySQL table, I want it to somehow communicate this data ...
3
votes
1answer
1k views

WebSockets verus Long-Polling versus TCP Scalability/Ease of Use

I'm writing a backend for a mobile web-app based in Java and I was wondering as far as scalability and ease of use go what are the pros and cons associated with using WebSockets versus Long-Polling ...
3
votes
2answers
528 views

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. I would like to handle the occasion a client disconnects with some ...
3
votes
5answers
1k views

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 ...
3
votes
1answer
324 views

How do I keep FireFox from “spinning” with a long-polling request?

I'm using the following for a long-polling request... $.getJSON(url, function(data) { ... }); The request won't finish until either 30 seconds have passed or there is information to send ...
3
votes
2answers
475 views

Comet, responseText and memory usage

Is there a way to clear out the responseText of an XHR object without destroying the XHR object? I need to keep a persistent connection open to a web server to feed live data to a browser. The ...
3
votes
6answers
3k views

long polling vs streaming for about 1 update/second

is streaming a viable option? will there be a performance difference on the server end depending on which i choose? is one better than the other for this case? I am working on a GWT application with ...
2
votes
2answers
91 views

jquery ajax multiple requests

I've made a long-polling like request in a function using kQuery ajax, which will run all time. There is another request made to send data to php back-end file and this second request is not ...
2
votes
2answers
120 views

Websockets. Loss of internet, keep-alive messages, app architecture etc

Well, there's a lof of information about websockets. The technology itself is amazing, there's no doubt in this fact. And before i will start using them in my app i just want the community to answer ...
2
votes
1answer
33 views

Long Polling Becoming a Ghost

I'm creating a notification system that instantly checks to see if there are any new notifications for an online user. Here is my script so far: //...include(myscripts.php)... function ...
2
votes
3answers
113 views

Scalability of LongPolling in .Net :Grand Finale

I did my research on how to implement comet like chat on asp.net / MVC. what i found was it can be done by Long Polling.. about long polling , because it keeps the threads open so many concurrent ...
2
votes
1answer
136 views

Is long polling possible with a Rails application using EventMachine?

I'm writing a simple chat room application in Rails 3.1 - for learning purposes. For starters I have all the needed models (messages, users, rooms, etc.) and things work great. The clients poll the ...

1 2 3 4 5