long-polling
Cannot run another ajax while long polling?
I\'m trying to make a simple chat app on web, using long polling & php. Mainly I have 2 ajax functions on the client,[详细]
2023-03-24 17:02 分类:问答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.[详细]
2023-03-24 16:19 分类:问答Server and connection limits for long poll in ASP.NET MVC 1 in .NET 3.5 SP1 using asynchronous controllers from MVC Futures
I\'m trying to retro-fit a long poll (\"reverse ajax\", \"http push\") feature into an existing ASP.NET MVC 1 web application running on .NET 3.5 SP1. Since this applications has thousands of concurre[详细]
2023-03-24 01:32 分类:问答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[详细]
2023-03-23 10:36 分类:问答Instant Challenge/Notifications system
My setup: Currently running a dedicated server with an Apache, PHP, MYS开发者_高级运维QL. My DB is all set up and stores everything correctly. I\'m just trying to figure out how to best display things[详细]
2023-03-22 19:54 分类:问答Does comet server data in the iframe just accumulate?
I push [script]dosomething()[/script] tags into the iframe for my comet server using chunked data, but script tags开发者_JS百科 just continues to accumulate forever. How do I wipe it after every scrip[详细]
2023-03-18 07:53 分类:问答How can I display steps of my php loop with Ajax? (long polling...)
I have a PHP server-side script which, inside a foreach loop, connects to a router through SSH and executes some configuration blocks.[详细]
2023-03-17 19:09 分类:问答PHP long polling - how long should "long" be?
When using long polling in PHP, e.g. $start_time = time(); while ((time() - $start_time) < 30) { if ($db->getNewStuff()->rows > 0) {[详细]
2023-03-17 17:56 分类:问答jQuery - Notification Library - polling
Is there a notification library written for j开发者_Go百科Query already? One that would provide dropdown messages similar to the way StackOverflow does it.[详细]
2023-03-16 03:09 分类:问答Using Node.js for long polling along with Apache
I read that Node.js is more CPU intensive than apache. However if I serve only the long polling calls using node.js and the rest using apache, does it still take up as much CPU or will it prove to be[详细]
2023-03-15 04:15 分类:问答