Polling is actively sampling the status of an external device by a client program as a synchronous activity.
0
votes
1answer
65 views
PHP start polling and make queries from script
A few years ago i made am webbapp with ajax and php, i really loved the polling mechanism.
Now i`m working on a streamingserver which is controlled by php. The client makes a call to the php to start ...
1
vote
3answers
77 views
Will faster frequency of polling bog down my page?
So I have a Rails app (which in this case seems like it would be irrelevant, but I'll mention it anyway). It's a sort of chat room application.
In order to tell which users are currently in a chat ...
1
vote
0answers
198 views
Ninject + Poller: Get Session based on Tenant
I'm using NInject in a multitenant setup where I'm setting up n amount of pollers.
For each thread in the service class, I want to have each my bound classes to get an NHibernate session dependent ...
1
vote
2answers
1k views
AJAX polling and looping
My project is basically like a Reddit feed that updates in real-time. I'm trying to use AJAX to poll the server at intervals for updates on 15 items at a time.
I wrote a for loop but it caused the ...
2
votes
1answer
160 views
What is the best way to change from polling to events?
If you were to parse 300 bytes of raw data 20 times a second into a bunch of WPF control properties, what would your solution be?
More specifically, I have a Modbus-enabled PLC and I need to make a ...
1
vote
1answer
311 views
Sending Duplex Message on Silverlight Application Exit
I have fully working duplex messaging solution for Silverlight application. Now I would like to add one feature to it. When user leaves the application I want to notify the server about that by ...
1
vote
2answers
2k views
(Android, iOS, Windows, Linux) Server Polling Vs Push vs Implement Server
I'm building a multi-OS mirroring system which I would like to implement using a hybrid client-server and p2p communication method (at least that's the best way I have of describing it).
My issue is ...
0
votes
0answers
246 views
SQL Server Polling vs. Calling a web service
New records are being created and inserted into tbCoffee and there is an external process who should be called whenever there is a new record inserted into tbCoffee I have two solutions for doing this ...
0
votes
1answer
131 views
Pyserial polling memory
import serial
ser = serial.Serial('COM5', baudrate=9600, parity=serial.PARITY_NONE, timeout=1)
print "connected to: " + ser.portstr
while ser.isOpen():
line = ser.readline().strip()
if ...
3
votes
1answer
530 views
Jquery PHP mySQL ajax method to sync data to two clients?
I'm developing an app where two or more separate clients will exchange specific information via a server transfer in real time by all clients invoking the process at approximately the same time ...
0
votes
0answers
170 views
WCF HttpPollingDuplex Server: Time between Async Call and AsyncCallBack
I'm wondering if anyone has information on the mechanics of an asynchronous callback over HttpPollingDuplex when the call back method does not return anything. When the following code runs, the ...
0
votes
1answer
224 views
Rails polling RSS every 6 hours
I am seeking advice on how to poll RSS with a given interval such as 6 hours.
The following code works, it reads and parses the feed and adds it to the database. It only adds new feeds. Here is the ...
1
vote
0answers
74 views
How can I do 2 request at the same time to the server (asp.net mvc 3)
I really dont know how should I proceed to be able to poll information with a jscript and continue to call other script that will call methode on the server side.
What i want is to do stuff for 42 ...
1
vote
1answer
333 views
Polling a process every X seconds with low CPU usage
I basically need to run this code every 5 seconds or so:
if (oneperone.HasExited)
{
oneperone.Start();
}
foreach (Process p in System.Diagnostics.Process.GetProcessesByName("WerFault"))
{
try
...
0
votes
2answers
618 views
Check if a database is running or not using Java
I would like to find out if my database is running or not from my java code. I am not sure what approach will work best. The most obvious one is to have a thread that periodically polls the database. ...
-1
votes
1answer
385 views
What are good polling algorithms
I am trying to create an application for polling different sensors. I want to make this polling efficient so that I don't poll a slow changing sensor very frequently. On the other hand there may be ...
0
votes
1answer
565 views
reading from multiple imap.gmail.com from the same fetchmail client
For my portfolio software I have been using fetchmail to read from a Google email account over IMAP and life has been great. Thanks to the miracle of idle connection supported by imap3, my triggers ...
1
vote
0answers
215 views
attach image to poll choice in drupal 7
I have a polls module that comes with drupal 7 enabled, But I need to attach an image filed to a choice, not to the node itself.
is there a way to add this image?
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
1answer
134 views
Realtime html 5 application polling
Finally after a while I have an application that pushes notifications to android and iphone.
Now what is the best way for me to retrieve notifications from a webservice. I dont like the idea of ...
0
votes
2answers
96 views
how to control a running java service
I intend to create a java program/service that continuously polls rss-feeds using the informa library 'poller' functionality. I want to be able to add,delete,update the rss-url's realtime, while the ...
0
votes
1answer
267 views
AJAX MySQL Polling [closed]
I was wondering if someone could help me develop an AJAX/javascript script that will run a PHP script once every 5 minutes sending. This script runs sql query against a mysql table to see if a ...
0
votes
2answers
551 views
Efficiency / overhead of EventSource vs polled ajax?
I am writing a simple app that's very similar to a chat application in terms of its use. A host starts a "room", participants can join and send messages into said room.
I am trying to make this as ...
0
votes
2answers
202 views
where can I find a revised and updated demo/tut for something like Rails3.1.2 “polling-for-changes”
where can I find a revised and updated demo/tut for something like Rails3.1.2 "polling-for-changes" like this great but not updated screencasts: ...
1
vote
1answer
901 views
Using setInterval() to do simplistic continuos polling
For a simple webapp that needs to refresh parts of data presented to the user in set intervals, are there any downsides to just using setInterval() to get a json from an endpoint instead of using a ...
1
vote
1answer
275 views
creating polls in c#
I want to display a polls on the web application, so I created a DataList that displays the question and a template field RadioButtonlist to display each question answers, but the RadioButtonList only ...
0
votes
0answers
194 views
How to prevent IE from blocking refresh while an Ajax request is running?
I have a PHP script called by an Ajax request using jsonp. The script sleeps for several minutes while no notifications have to be sent to the client.
The issue comes with Internet Explorer which ...
0
votes
4answers
140 views
App crashes when using JSON-Framework
Here is the code I am using to create poll data from a json framework. However every time I launch the app it crashes. Any Advice?
-(void)connectionDidFinishLoading:(NSURLConnection *)connection ...
0
votes
2answers
504 views
Using asihttprequest to fetch data based on http status code
I am trying to connect my iOS app to a GET data from my web service everytime something changes. My current implementation is to use NSTimer and do a ASIHttpRequest but I don't like that polling ...
1
vote
1answer
921 views
Can't stop primefaces poll
I'm implementing some dialogs that need a common poll to get fresh values from the server.
I'm trying use p:poll, but unfortunately I cant stop it.
I start the poll when a user clicks on a button in ...
0
votes
2answers
497 views
Web chat Long polling or another method?
I'm working on a web chat with xmpp. At the moment I used a long polling, but is it the best method to do it? the server side is in PHP, with other languages maybe there are better solutions but with ...
0
votes
1answer
79 views
changing connection strings at runtime
I have a config file and a pollingservice with different methods in the polling service. What i want to happen is that when it hits a certain method in the polling service i want to change the ...
1
vote
2answers
285 views
alternatives to polling
There is a program X that activates itself on my computer (and i can't get rid of),
I built a program in c# that checks to see which tasks are currently activated (like task manager in windows), when ...
0
votes
4answers
238 views
How can long polling be helpfull at all?
I don't understand, how can long polling be helpfull at all if XMLHttpRequest gives no access to partial content???
There is no difference where to wait, on client, or on server. The responce can be ...
1
vote
1answer
382 views
How to implement checking a new mail over IMAP?
I have a plan to implement mailer application in Java.
Therefore, I have a question about checking the existence of new mails.
For example, in Thunderbird,
Polling interval option exists in server ...
0
votes
1answer
432 views
Check if file is modified deleted or extended using python select.kqueue()
Hi I am having a hard time understanding how to use the BSD only python module classes select.kqueue and select.kevent to setup a watch for file write events.
I want to a python program to respond ...
0
votes
3answers
94 views
Dynamically append content to an element with jQuery
I would like to be able to have an ajax get update the text in a span tag each time it is fired.
$.ajax({
type: 'GET',
url: "JSON URL",
cache: false,
contentType: ...
0
votes
1answer
258 views
Can we do parallel polling and ioctl on same file descriptor using multiple threads
I have a multi-threaded application in which one thread polls on a FD of my pseudo character driver. Can other threads use same FD for ioctl calls?
I am using epoll on the FD.
My guess is yes. I ...
5
votes
2answers
268 views
Website architecture design requiring real-time polling from external servers
I have a game running in N ec2 servers, each with its own players inside (lets assume it a self-contained game inside each server).
What is the best way to develop a frontend for this game allowing ...
1
vote
1answer
135 views
Polling for a url in c#
I am writing a Systray app that polls to see if a particular url is open in IE, and pops up a notification if it is detected.
It doesn't need to be realtime, just needs to detect if the page is open ...
1
vote
3answers
270 views
Is polling the way to go for live chat on web?
I'm trying to implement a custom live chat program on the web, but I'm not sure how to handle the real-time (or near real-time) updates for users. Would it make more sense to send Ajax requests from ...
0
votes
2answers
206 views
Phone 7 (Mango) background URL polling?
Whats the recommended way to poll a URL every 5min (in the background) on a Phone 7 (Mango) device ?
Are Periodic Agents limited to 30min polling ?
Should I be looking into Push Notifications ?
Any ...
1
vote
2answers
151 views
asp.net email polling
I have a requirement at the moment where I need to have an Asp.net application poll a mailbox every few minutes to check for new mail then process that mail as data entry for a database.
Is there a ...
0
votes
2answers
118 views
Curious: what is this syntax that Facebook's polling services is using during the callback
I was watching the Network Monitor on Chrome's developer tool seeing how Facebook updates content throughout their news feed.
All of the responses from AJAX begin with the following:
for ...
0
votes
1answer
146 views
Is it possible to differentate between page refresh and close using the below method?
I want to open a popup window on closing the page and not during refresh of the page,
So what i am thinking to do is.
Clent
Send ajax request to server every x seconds.
Server
var timeout=0
var ...
1
vote
3answers
214 views
CF app two way communcations with server
Users in field with PDA's will generate messages and send to the server; users at the server end will generate messages which need to be sent to the PDA.
Messages are between the app and server code; ...
3
votes
1answer
342 views
I can't understand polling/select in python
I'm doing some threaded asynchronous networking experiment in python, using UDP.
I'd like to understand polling and the select python module, I've never used them in C/C++.
What are those for ? I ...
2
votes
1answer
512 views
Linux eventfd's initial value and use in a pollable Lock
Question
eventfd() is a new system call available in Linux since 2.6.22. The call signature is
int eventfd(unsigned int initval, int flags);
I am making use of this call in constructing a new ...
5
votes
3answers
1k views
Android - Sockets vs Polling
As part of an Android app I'm developing there is a chat room feature. We have a server which can process the incoming messages and store the messages. Is it better to keep a socket connection open ...
3
votes
2answers
791 views
Sencha Touch: Implementing Polling
I'm writing a mobile chat client for Microsoft Lync using Sencha Touch.
On the server side I'm using the JSONP-enabled WCF service from the lyncwidget codeplex project ...