long-polling Questions
2
Solved
Let's say that I have a long poll server which works as it should - when new client is connected to the website (he just connects as anonymous without authentication), new GUID is issued and stored...
Crissman asked 8/1, 2011 at 23:29
1
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 ...
Easygoing asked 18/1, 2011 at 1:13
1
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 upda...
Blockish asked 4/1, 2011 at 17:10
4
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 simu...
Teleran asked 6/12, 2010 at 23:22
3
Solved
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 reques...
Undue asked 1/9, 2010 at 8:15
4
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 ...
Amalgamation asked 2/9, 2010 at 1:45
2
Solved
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 i...
Velamen asked 1/10, 2010 at 18:30
1
Solved
I'm currently writing a simple cross platform app with Node.js on the server and web/iPhone/Blackberry clients. Bandwidth and latency requirements are similar to something you would see in an IRC "...
Shanitashank asked 16/8, 2010 at 5:48
6
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 cap...
Degree asked 14/7, 2010 at 19:21
4
Solved
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 traditiona...
Crossbow asked 3/4, 2010 at 9:46
6
Solved
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 wi...
Phototypography asked 3/7, 2009 at 18:12
5
Solved
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...
Boigie asked 9/11, 2009 at 13:14
3
Solved
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 ...
Vespasian asked 2/8, 2009 at 21:29
2
Solved
I'm making a chat application that works with long-polling to emulate a "push" from server to client.
Basically, the browser asks for updates, and I reply if there's something new. Otherwise, I ke...
Treatment asked 26/8, 2009 at 23:28
3
Solved
If there is a REST resource that I want to monitor for changes or modifications from other clients, what is the best (and most RESTful) way of doing so?
One idea I've had for doing so is by provid...
Dasyure asked 2/1, 2009 at 3:26
© 2022 - 2024 — McMap. All rights reserved.