Tagged Questions

0
votes
2answers
28 views

Hudson infinite loop polling for changes in Git repository?

The git plugin for hudson works well. However, the build script must update a version number in the files in the repository, commit, and push back to the repository. When Hudson p …
2
votes
6answers
115 views

How to notify my JS client without polling?

Context: From my javascript web UI, I launch a long-running (several minutes) operation that is conducted on the .NET2.0 backend. The call returns immediately with operation ID whi …
1
vote
2answers
70 views

Boost interrupt in naive polling implementation

I have a developed a simple polling thread (using Boost 1.39.0) which checks whether a data resource has been accessed within a given timeframe and clears the connection if not. Th …
1
vote
2answers
49 views

Getting historical data from Twitter

Hi, goodday. For a research project I would like to get the last 3 months worth of Twitter messages. Technical challenges aside, is this possible? by using some sort of slow polli …
0
votes
0answers
9 views

GKSession using pollling

From what i'm reading in the apple documentation, GKSession works using delegates (for example when receiving data, or establishing connections). Has anybody managed to work with …
7
votes
5answers
1k views

Python Comet Server

I am building a web application that has a real-time feed (similar to Facebook's newsfeed) that I want to update via a long-polling mechanism. I understand that with Python, my cho …
1
vote
2answers
41 views

Watching a folder using Win32

I'm looking for a straightforward way to watch the contents of a folder using Win32 (minimum target is XP). If possible, it would be nice to use an event-driven approach rather tha …
2
votes
5answers
113 views

(Win/C#/.Net) Applet needs to poll at hourly interval - recommendations on best method?

Applet needs to poll for existence of a directory, say, every 1-4 hours, and send a couple emails/NET SENDs if it is not found. Not sure on exact interval yet, but it will definit …
1
vote
4answers
110 views

In Linux, polling in a conscientious way

When you've got a tight loop polling the status of something, I'm not quite sure how to do the polling without getting in the way of other processes wanting to use the CPU. For ins …
0
votes
5answers
269 views

Asp.net chat application using database for message queue

Hello, I have developed a chat web application which uses a SqlServer database for exchaning messages. all clients poll every x seconds to check for new messages. it is obvious …
0
votes
1answer
33 views

How to configure dojox.cometd for callback-polling?

So far I found some examples on how to configure dojox.cometd, but none of them configure the connectionType. I am currently more interested in callback-polling instead of the long …
4
votes
2answers
88 views

Concurrent AJAX interval polling

Aside from the obvious heavy load on the server, is it bad to have several concurrent AJAX polls going on at the same time? Or is there even a limit as to what a browser/server can …
2
votes
4answers
333 views

Using select/poll/kqueue/kevent to watch a directory for new files

In my app I need to watch a directory for new files. The amount of traffic is very large and there are going to be a minimum of hundreds of new files per second appearing. Currentl …
0
votes
0answers
81 views

After jQuery poll, do I have to destroy and re-init draggable and droppables?

when polling the server do i need to destroy the draggables and droppables before i re-instantiate the functionality? Basically every so often I run a function that updates a div a …
0
votes
3answers
90 views

AJAX polling of a URL returning JSON doesn’t seem to return fresh responses (using jQuery $.ajax() method)

My project requires polling a certain URL for a JSON response, using AJAX. The first AJAX request that I make alerts the server that I want some JSON content, and it begins buildin …

1 2 3 4 next
15 30 50 per page