Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
1answer
1k views

Whats the difference between epoll, poll, threadpool?

Could someone explain what the difference is between epoll, poll and threadpool? What are the pros / cons? Any suggestions for frameworks? Any suggestions for simple/basic tutorials? It seams that ...
10
votes
2answers
3k views

What are the differences between poll and select?

I am referring to POSIX standard of select and poll system C API calls?
9
votes
1answer
370 views

poll function to watch named pipes

I am trying to write a program where i am supposed to watch the ends of some named pipes using poll function. I have a for loop to check every pipe whenever poll returns >0 and i know that when a pipe ...
9
votes
8answers
714 views

Which would you prefer to have to maintain?

[To any mod considering deleting this question - please don't. Either my or Steve Jessop's code may well be helpful to reference from questions regarding reading text files using C.] This question ...
8
votes
5answers
326 views

try to throw ratio in C++

This question got me thinking about the ratio between the number of exception throw sites and the number of try blocks in my own code. A swift grep on a couple of non-library projects indicated it is ...
6
votes
3answers
4k views

select vs poll vs epoll

Iam designing a new server which needs to support thousands( somewhere between 100,000 sessions) of udp connections. What is the best polling method to use for socket FD's. I have read that epoll is ...
6
votes
3answers
1k views

Create unique Poll/vote/survey in php

The unique poll/vote/survey i mean here is, user can only vote once. How do i do that? Track their ip? Login? Beside login, what else? (login is my last option, thus beside login, is there anything ...
4
votes
3answers
99 views

Is there any way to associate a file descriptor with user defined data?

I am writing a client-server application, and it uses POSIX poll function to provide a form of concurrent client handling. Clients also have state and other related data, which is stored in a client ...
4
votes
2answers
153 views

Simple ranking algorithm

I need to create a poll that is to create a ranking list of items in order of how good they are. I intend to show each user two items together and make them choose one which they think is better, and ...
4
votes
2answers
124 views

Any cases Where close() is preferred to shutdown()?

I am a developer on an open source project and I have been having some problems with the server thinking it has answered a socket completely (meaning it has either sent a reply or closed it's end in ...
4
votes
3answers
600 views

It really looks like OS X has a bug when using poll() on a named pipe (FIFO)… can an expert confirm?

I'm been trying to poll from a set of named-pipes for a little while now and i keep getting an immediate response of POLLNVAL on any named pipe file descriptor. After finding this blog post about ...
3
votes
2answers
108 views

Creative uses for the blackhole engine

According to the documentation: http://dev.mysql.com/doc/refman/5.0/en/blackhole-storage-engine.html the blackhole storage engine can be used for things like diagnostics and offloading the binary ...
3
votes
2answers
294 views

With a single file descriptor, Is there any performance difference between select, poll and epoll and …?

The title really says it all. The and ... means also include pselect and ppoll.. The server project I'm working on basically structured with multiple threads. Each thread handles one or more ...
3
votes
1answer
162 views

How can I conduct a poll through an irc bot?

I've set up a irc bot using socket. I've added a few commands , but I'd like to add a "poll" function. Ideally, the bot would get a command with this format: !poll <name> <opt1> ...
3
votes
2answers
508 views

Non blocking IO for Android

I'm currently trying to assess whether a project can be realised for Android. One major problem I see it that, since it's a P2P client, we'd have to keep a considerable amount of connections open when ...
3
votes
2answers
2k views

Using readv(), writev() and poll() from C++

There is a multiplayer card game which I had first programmed as a non-forking socket server in C (using poll() call). Then it was too difficult for me to add new features and I've switched to Perl ...
3
votes
7answers
274 views

Reliable Java libs for general programming

There's always a balance when deciding whether to use a 3rd party library or write your own code. Writing your own takes time and will incur a maintenance cost. Using the 3rd party library has its ...
2
votes
0answers
42 views

Equivelant of poll() or WSAPoll() for sockets in D

For socket programming in D, is there an equivalent of poll() (or WSAPoll() on windows)? I'm hoping to write a small single-threaded server. I know technically you can call C functions from D and ...
2
votes
0answers
62 views

python chat using poll

I need to built a python chat and I'm stacked in the very final step. I've built the server and the client and I have the following problem while running the code: server.py 127.0.0.1 -in a separate ...
2
votes
1answer
81 views

processing continuous output of a command in python

I'm brand new to python, having used perl for years. A typical thing I do all the time is perl is open a command as a pipe and assign its output to a local variable for processing. In other words: ...
2
votes
2answers
243 views

Using QSocketNotifier to select on a char device.

I wrote a char device driver and am now writing a QT "wrapper" which part of it is to get a signal to fire when the device becomes readable via the poll mechanism. I had tried to do: QFile ...
2
votes
1answer
184 views

Setting bean properties from a thread

I have a @ViewScoped bean that passes itself to a Thread object. class SomeThread implements Runnable { private SomeBeanClass someBean; public SomeThread(SomeBeanClass someBean) { ...
2
votes
1answer
267 views

Ruby/Rails - Adding a Poll to Site

I have a current Rails 3 app and I'd like to run a poll on my site to get user opinions... Just wondering if anyone has used a polling gem/plugin or possible a widget solution to handle this ...
2
votes
1answer
137 views

validating a poll for user to vote once

How creating a public poll.how do you validate that the user only vote once.I tried using an Ip address but some organizations use 1 Ip address.
2
votes
2answers
324 views

I Have a problem with 2 FIFO for read and write in each

The attached code should allow the communication between 2 terminals. The communication is made through 2 FIFO, which are created in the current directory. The program has to open the 2 fifos and the ...
2
votes
2answers
259 views

How to poll a file in /sys

I am stuck reading a file in /sys/ which contains the light intensity in Lux of the ambient light sensor on my Nokia N900 phone. See thread on talk.maemo.org here I tried to use pyinotify to poll ...
2
votes
1answer
279 views

Back-to-back ajax long poll without a recursive callback function

I'm trying to make long poll ajax calls, back to back. The problem with the current way I'm doing it is that I make each successive call from the callback function of the previous call. Is this a ...
2
votes
4answers
1k views

Creating colored bars for poll results

In my web app I'd like to display poll results with colored bars with length proportional to the percentage of votes. How can I achieve this with HTML/CSS?
1
vote
0answers
33 views

Sitecore poll module not updating results

I have setup the poll module to work and render as I want it to. It's working fine for the most part including writing data back to Sitecore and showing the confirmation messages. I know it's writing ...
1
vote
2answers
77 views

Sitecore poll module sample code

I installed and configured the Poll Module to work fine. The website I am working on will have a Poll instance on a page either as a left rail or a right rail item. The Polls would be setup in a ...
1
vote
2answers
139 views

Non-Blocking socket and poll() quirks in proxy

Thanks to the help here i got a mostly working socks4 proxy based on poll(). I am using this programm to learn C and socket programming. This programm is still lacking send() checks for partial ...
1
vote
1answer
222 views

Does poll/epoll block? How is it different from async IO?

I was always under the impression that poll/epoll doesn't block. That's why they are used by non-blocking servers such as Nginx. But in this Stackoverflow question it was stated several times that ...
1
vote
2answers
194 views

Performance of select/poll vs asynchronous I/O

From a performance standpoint, which one is better? select/poll or asynchronous I/O? My earlier impression was select/poll repeatedly asks the kernel for data, whereas asynchronous I/O relies on ...
1
vote
2answers
140 views

How to to poll a server that updates every 1 second?

I have a server at http://foobar that returns a JSON object containing information about things that happened in the past second, e.g., something like { time: 2011-06-08 05:07:33, total: ...
1
vote
2answers
307 views

php/mysql posting COUNT(*) FROM Poll total yes/no

I'm trying to count the yes and no votes so that I can just post the total yes/no for my website. This is should be easy, but I must be missing something somewhere since I don't get a return result. ...
1
vote
4answers
516 views

PHP poll script (using AJAX) needs a cookie

I'm using a simple PHP poll script (http://www.w3schools.com/php/php_ajax_poll.asp) But it doesn't have a way to prevent people from voting multiple times. Is there a way to add a cookie to the script ...
1
vote
3answers
237 views

PHP if else to check ipaddress against ones stored in table

I've got just a quick little poll and a query to check and see if the IPaddress is already in the table to know if someone has already voted. I have the table created already and it works. My ...
1
vote
1answer
146 views

poll() doesn't flag readable data

I'm trying to write a network benchmark related to the Bufferbloat project. Most of it works, but I'm having trouble reading a one-byte cancellation signal which is sent to a socket which is being ...
1
vote
1answer
228 views

How can I poll xml data using socket if data has changes (AS3)

I'm at a lose end and would really appreciate some help as it is way out of my comfort zone with as3. Basically I have a sales presentation showing on a screen in various offices where I work. These ...
1
vote
1answer
130 views

C++ smart linear container

Let me explain my problem together with the background, so it would be easier to understand why I'm asking for this specific type of thing. I'm developing an instant messenger. Most of the ...
1
vote
3answers
166 views

What are some guidelines for creating a poll module?

I want to implement a poll in my website, and it's a publicly available website, so anyone can vote. What is the best option for creating a poll? In my opinion there is only cookies in which I can ...
1
vote
2answers
236 views

Abort linux polling

I am porting an audio mixer from directsound on Windows to alsa on Linux. I am polling on, let's say, 16 file descriptors using the system call "poll". Now i need to be able to abort the polling ...
1
vote
1answer
135 views

How can I redirect users to the poll page after they vote?

How can I redirect the user to the same poll page instead of the homepage after voting? I'm unable find which function to override.
1
vote
2answers
103 views

How can I integrate a poll module into a Grails application?

In my Grails application, I would like to integrate a simple poll module through which people can vote (without authentication), with different options, integrated into the homepage of my website. ...
1
vote
1answer
451 views

How to use Event notification in Solaris 10 when a directory change

I read the following page: Robert Benson's article on ECF developers.sun.com/solaris/articles/event_completion.html I also read the Solaris man pages but they are not very clear of how to use event ...
1
vote
2answers
163 views

Choosing DVCS - criteria

There are similar questions on SO but I'd like some clearer answers here. How important is DVCS not littering your working folder with files? (Alternately is single file repository a big plus to ...
1
vote
3answers
94 views

When is it a good idea to clean a solution?

As the title says - what are your guidelines for when you should run a "Clean solution" on your visual studio projects?
1
vote
2answers
917 views

poll() c function on windows

I want to know if I can use the poll() function on a MinGW development chain. I have CodeBlocks+MinGW. Thanks a lot.
1
vote
2answers
765 views

What is a good PHP script I can use as a poll?

What is a good free PHP script to use as a poll for a website? I'd need a simple script to show on the web page with the standard multiple option vote + bar chart graph. Also an admin interface with ...
1
vote
3answers
791 views

What is a good free online poll/survey app?

I need to conduct a survey of 3 questions: The first question will be Yes/No. The second will have multiple answers, in which you can select multiple answers for just that question, as well as an ...

1 2 3