polling
http packets in dynamic web pages
I want to know in web pages like Yahoo wh开发者_如何学JAVAich every for example 5 min news changes, do we send http packet to server? If I want to implement this feature with AJAX do I need to send ht[详细]
2023-03-01 04:58 分类:问答jquery polling solution
UPDATED: I\'m trying to get jquery smart poll to work for me.It works fine if the process is ready in the first 2 seconds but if not, it does not retry as it\'s supposed to.I\'d also like to make the[详细]
2023-02-25 16:59 分类:问答jquery polling with smart poll plugin
I\'m trying for the life of me to get this plugin to work but I\'m not understanding the status function so retry is not firing.[详细]
2023-02-25 01:24 分类:问答Load-balancing problem while implementing async HTTP with REST
I\'ve read about asynchronous HTTP and REST and how can you return a resource after POST-ing to initiate a long running task and then polling that resource to get the task\'s status.[详细]
2023-02-23 01:13 分类:问答Polling, web sockets, or comet on a rails app
I\'m trying to determine the best way to go about doing something for a project I have where I rely on an external API/service which takes ~2.5-4 seconds for a reply.[详细]
2023-02-22 00:22 分类:问答Correct way to poll a webservice in an IPhone app
I am trying to determine the best strategy to poll a webservice once a minute, parse the xml returned and then update an object stored in a shared instance. This process needs to run in a separate thr[详细]
2023-02-21 16:33 分类:问答AJAX optimization - instead of checking every 2 ms?
Heylo guys i a开发者_运维问答m writing an experimental AJAX page that checks the data of a txt file every 2 ms and if there is a change, post the change to the page[详细]
2023-02-21 00:18 分类:问答Alternative to Polling. HTML Updates
I am working on a collaborative website that I want to give users notifications while they are viewing or editing data.Something similar to ho开发者_开发知识库w in StackOverflow if you are replying to[详细]
2023-02-19 02:55 分类:问答Polling a folder, best way to keep memory and speed unaffected?
I want to create a python script that polls a folder that a java server will fill with images when a user transfers them, however I want this script to be almost as invisible as possible in terms of n[详细]
2023-02-15 08:17 分类:问答Indicate to an ajax process that the delayed job has completed
I have开发者_开发知识库 a Rails 3 app that uses delayed_job to fetch some data (with a class method) when the user hits the page.[详细]
2023-02-11 17:05 分类:问答