From: "David Schwartz" <davids@webmaster.com>
To: <davidel@xmailserver.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH/RFC] POLLHUP tinkering ...
Date: Sun, 8 Jan 2006 19:13:04 -0800 [thread overview]
Message-ID: <MDEHLPKNGKAHNMBLJOLKGEOJJDAB.davids@webmaster.com> (raw)
In-Reply-To: <20060108.160802.103497642.davem@davemloft.net>
> From: Davide Libenzi <davidel@xmailserver.org>
> Date: Sun, 8 Jan 2006 16:02:10 -0800 (PST)
> > But if and hangup happened with some data (data + FIN), they won't
> > receive any more events for the Linux poll subsystem (and epoll,
> > when using the event triggered interface), so they are forced to
> > issue an extra read() after the loop to detect the EOF
> > condition. Besides from the extra read() overhead, the code does not
> > come exactly pretty.
> The extra last read is always necessary, it's an error synchronization
> barrier. Did you know that?
If there is an error, an error event must be returned. An edge-triggered
interface must report every event that occurs with an indication of that
type.
> If a partial read or write hits an error, the successful amount of
> bytes read or written before the error occurred is returned. Then any
> subsequent read or write will report the error immediately.
If the connection closes and the edge-triggered interface does not give a
HUP indication, then it is broken.
A HUP is not a read event and signalling a read is not sufficient.
DS
next prev parent reply other threads:[~2006-01-09 3:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-09 0:02 Davide Libenzi
2006-01-09 0:08 ` David S. Miller
2006-01-09 0:11 ` Davide Libenzi
2006-01-09 0:20 ` David S. Miller
2006-01-09 0:35 ` Davide Libenzi
2006-01-09 3:13 ` David Schwartz [this message]
2006-01-09 4:55 ` Davide Libenzi
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=MDEHLPKNGKAHNMBLJOLKGEOJJDAB.davids@webmaster.com \
--to=davids@webmaster.com \
--cc=davidel@xmailserver.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®