ajax-polling
Polling with Javascript, but in different time intervals
I am using polling with Javascript to get some information with ajax but in exact the same time intervals.[详细]
2023-04-11 09:39 分类:问答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 分类:问答I want to execute a code in c# whenever a new row is inserted in the database
i am working on a chat application where the chat message from one client gets into the database and the other clients poll every 5 secs (using a timer) whether there is any new message or not, if yes[详细]
2023-03-26 06:34 分类:问答AJAX Polling in an API for commercial use [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_高级运维 Want to improve this question? Update the question so it can be answered with facts and citation[详细]
2023-03-13 19:14 分类:问答AJAX/PHP Why is HTTP-Polling so laggy?
Why is HTTP-Polling so lag开发者_开发百科gy? What I have is a button, and whenever a user clicks it a MySQL database field gets updated and the value is displayed to the user. I\'m polling every 800[详细]
2023-03-13 18:57 分类:问答AJAX Polling Question - Blocking Or Frequent?
I have a web application that relies on very \"live\" data - so it needs an update every 1 second if something has changed.[详细]
2023-03-04 18:38 分类:问答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 分类:问答An ExtJS panel/tree/something else that polls
All I want is to display a list of records from a database table that are always up-to-date. My initial thought was to have a constant ajax call every x seconds checking for updates, but wasnt sure i[详细]
2023-01-30 10:43 分类:问答how to trigger an event whenever a tweet is updated
I wanted to know how to trigger an event (say. storing a tweet from a par开发者_开发知识库ticular user in a text file or mailing it etc.) when a particular user updates his tweets. Do we need to poll[详细]
2023-01-08 03:47 分类:问答how to detect incoming chat message?
I\'m using PHP, AJAX, a MySQL database, and a lot of jQuery to prototype web-based chat system (similar to Facebook Chat). I\'m stuck on how to \"listen\" for incoming chats... when to know someone is[详细]
2023-01-05 17:06 分类:问答