From: Alex Baretta <alex@baretta.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Possible bug with poll syscall
Date: Sat, 10 Mar 2001 14:23:42 +0100 [thread overview]
Message-ID: <3AAA2ADE.E8FF41E3@baretta.com> (raw)
I am using poll with the POLLIN flag to wait for connection
requests on a set of listening sockets in a server process.
Although clients attempt to connect to those sockets, poll does
returns zero after the expiration of the timeout. I believe this
might be a bug. As far as I understand poll should be woken up by
connection requests and should signal them with a POLLIN. But,
then again, I might have misunderstood the specification.
Would anyone please shed some light on this issue?
Thank you very much.
Alex Baretta
next reply other threads:[~2001-03-10 13:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-10 13:23 Alex Baretta [this message]
2001-03-10 16:12 ` Possible bug with poll syscall Alex Baretta
2001-03-11 2:18 ` Alex Baretta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3AAA2ADE.E8FF41E3@baretta.com \
--to=alex@baretta.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.