The ajax-polling tag has no wiki summary.
0
votes
0answers
73 views
Render a Text box every 1 second based on the value from the Bean using primefaces poll function
I am trying to make a form in which i am encrypting a file first then uploading it to the database.i want to add a fuctionality in the page which tells user that which operation is currently in ...
0
votes
1answer
48 views
Ajax polling crashing the browser as its memory usage,cpu utilization continously increasing ? Any alternative
I am new to the ajax polling and i implemented to fetch data continuously , But the problem i am getting is Memory usage and CPU utilization is continously keep on increasing and in the last the ...
0
votes
0answers
40 views
is long polling and ajax infinite request same? [closed]
here is a thing
In my index I got an ajax function used to check if there is new record has been inserted to my database when my function does not get any result for new record I have a conditional ...
2
votes
0answers
85 views
javascript doesn't seem to be getting data from rails source
I am using dataTables to display a nice table to display various information. The javascript successfully sends poll requests to the database/webserver, however the javascript doesn't seem to be ...
0
votes
1answer
187 views
Polling for database changes: OracleDependency, SignalR, or is that too much?
I suppose I'm looking for a best practice, but I've read conflicting information on the various ways to do this. I'm attempting to put together an example of a webpage that contains a grid of ...
0
votes
1answer
281 views
Simpliest python long polling
I saw some threads about long polling in python, but my problem is not so bit to use some additional kits like tornado etc.
I have js client. It sends requests to my /longpolling page and wait for ...
0
votes
0answers
112 views
How to preventing the a4j:poll request to keep the web session active
I'm having the scenario where we have a minute a4j:poll request in a webap ant this request prevents the session to expire. So if the user is logined and leaves the browser open the user session never ...
0
votes
2answers
128 views
How to send the last class of a div in an ajax poll?
I'm having trouble with my ajaxPoll chat system. I'm trying to send the last Id of the chat message's div back to php, so then the query can only show results that are higher than the last id sent.
...
0
votes
2answers
206 views
Ajax polling to only update data
I'm needing my users stream to update every 10 seconds to update such things as newly inserted status from other users, the timestamp and the latest amount of added comments.
Now I can use the ...
1
vote
2answers
69 views
Insertion of Ajax polling
I would like to know if its possible to insert Ajax polling into the current code I have below so the users posts update every ex amount of seconds to show any new content added to the database such ...
0
votes
0answers
94 views
iPad hangs when trying to reach a local web server via a AJAX connection, Polling was used
During an event 26 iPads all connecting via a Netgear Router to a Webserver ( LAMP back end ) .For a number of hours the App on the iPAd & back-end preformed flawlessly .
At one point however ...
0
votes
0answers
248 views
I'm looking for a Poll script like facebook for my website
I want to make a poll voting script on my website (Ajax, flash, or whatever, it doesn't matter), and I want my users to create elements in that poll script, just like in facebook, and other users ...
1
vote
1answer
614 views
AJAX/Reverse AJAX: Polling or Push?
Been studying a ton on AJAX because I'm making a real-time application out of Javascript and PHP. It needs to be able to update without refreshing the page and in real-time.
I tried polling the ...
1
vote
2answers
1k views
jQuery recursive ajax poll using setTimeout to control the poll interval
$(document).ready(function() {
(function poll() {
setTimeout(function() {
$.ajax({
url: "/project1/api/getAllUsers",
type: "GET",
...
9
votes
1answer
2k views
Periodic Pull - Comet (Long Polling) - WebSockets
I have to implement push technology to push images from a server like 'LightBox Stream'
I have three choices to implement this: Periodic Ajax Pull, Comet or Long Polling or Reverse Ajax, and the ...
9
votes
1answer
3k views
Server-Sent Events vs Polling
Is there a big difference (in terms of performance, browser implementation availability, server load etc) between HTML5 SSEs and straight up Ajax polling? From the server side, it seems like an ...
1
vote
0answers
244 views
jQuery re-sending AJAX request?
I have a weird issue with an jQuery AJAX jQuery request. When we generate reports on our site, it can take a while, so we have a status bar that we update with polling. However, what I'm seeing is ...
1
vote
2answers
865 views
How to Use Long Polling or Ajax Push in your Website
I want to know how to use ajax push . i have learnt from various Web articles that Ajax push can be obtained by using few programmes like COMET, APE (AJAX PUSH ENGINE) etc.... But i want to know ...
0
votes
1answer
576 views
jQuery Mobile transitions and AJAX Polling on a MasterPage
I am trying to use AJAX polling with jQuery to update a span element on a razor MasterPage in ASP.NET MVC3. The page uses the jQuery Mobile 1.0 framework that adorns simple view changes (like ...
1
vote
1answer
690 views
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.
intervalRequestId = setInterval('loadInfo()', 2500);
Because I know now, that the ...
2
votes
1answer
468 views
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 pushing ...
2
votes
2answers
163 views
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 ...
0
votes
1answer
151 views
How can I publish a message to all Javascript subscribers for a channel using CometD?
Given a Java web application using CometD, how can I publish a message to all of a channel's subscribers each time a message is processed by bayeux?
For testing, I used ...
0
votes
1answer
73 views
AJAX Polling in an API for commercial use
Currently I'm developing an API that uses AJAX interval polling, it polls at 900bytes every 1.5 minutes, does not seem to put a heavy load on MySQL and is only one AJAX stream.
I plan on upgrading to ...
2
votes
5answers
589 views
AJAX/PHP Why is HTTP-Polling so laggy?
Why is HTTP-Polling so laggy?
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 milliseconds and ...
6
votes
3answers
268 views
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.
I was wondering what the pros and cons of the following solutions are.
...
2
votes
2answers
2k views
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.
$.poll(10000, function(retry){
$.get('willfail', function(response, ...
2
votes
1answer
1k views
Long Ajax Request in Chrome Shows Waiting
In FF and IE, I make an Ajax request (Jquery Post) to my server. The requests calls a sql stored procedure which queries for 30 seconds before it returns data (or immediately if data is available). ...
0
votes
0answers
68 views
AJAX polling getting max_user_connections and the application go buzy
I have an application that need to do ajax requests per each 5sec. I have a shared host and when my app comes around 350 users my max_user_connections get full and the application get very slow. This ...
0
votes
2answers
595 views
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 ...
17
votes
9answers
8k views
How to implement a chat room using Jquery/PHP?
I'm looking to implement a chat room using PHP/Javascript (Jquery) with both group chat and private chat features.
The problem is how to continually update the interface in a natural way and possibly ...
0
votes
1answer
585 views
How best to implement the polling consumer pattern in JavaScript
Background
Back in May I reported an issue on WebKit regarding a memory retention issue. It looks as though the problem could be due to the Web Inspector itself, but I'm not convinced yet.
Problem
...
1
vote
1answer
138 views
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 particular user in a text file or mailing it etc.) when a particular user updates his tweets. Do we need to poll for the updates ...
0
votes
2answers
338 views
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 ...
0
votes
1answer
318 views
jQuery: pass different data to periodicalupdater each time?
On my setup, the ids of all entries will be fetched (e.g. assigned to variable ids=2,5,7,9,11) and passed to periodicalupdater to send to a php script. The problem is that the list of ids change over ...
2
votes
4answers
2k views
ajax: don't wait for response, but check for it periodically
I have a PHP process that takes a long time to run. I don't want the AJAX process that calls it to wait for it to finish. When the PHP process finishes it will set a field in a database. There should ...
3
votes
1answer
2k views
close long poll connection, jQuery-ajax
Background
I use a Tornado-like server with support for long-polls. Each new web page a user comes to sets up a long poll to the server like this:
$.ajax({
type: 'GET',
url: ...
1
vote
3answers
2k views
Trying to call a function every 3 minutes using javascript
I have a function that returns an integer (the current reputation score for a user on a community site). That number is often going up or down based on how their comments and submissions are voted ...
1
vote
2answers
1k views
Online users in Ruby on Rails
What is the simplest way how to check if user is online and display list of online users?
The only way I can think of is some periodic polling server to update last action timestamp, and when last ...
3
votes
4answers
1k views
Javascript Poll server. Will this cause a stack overflow?
I am not too familiar with the specifics of every javascript implementation on each browser. I do know however that using setTimeout, the method passed in gets called on a separate thread. So would ...
4
votes
1answer
626 views
User Presence In a chat room (chat getting updated by simple polling)
We have implemented a simple chat room feature in Rails using Simple Ajax updates. Now in every chat room a message belongs to particular user. We want to show the list of users(something like user ...
6
votes
4answers
3k views
How to Build Multiplayer Online Boardgames? What to Research?
I want to build a multiplayer online boardgame like monopoly using php, mysql. I want to run the game in the browser. Multiple people connect to the game, then each person takes turn rolling the die, ...


