From: "David Schwartz" <davids@webmaster.com>
To: "Iker" <iker@computer.org>, <linux-kernel@vger.kernel.org>
Subject: RE: self piping and context switching
Date: Fri, 12 Sep 2003 19:04:50 -0700 [thread overview]
Message-ID: <MDEHLPKNGKAHNMBLJOLKCECHGIAA.davids@webmaster.com> (raw)
In-Reply-To: <039401c37995$0f30cbd0$3203a8c0@duke>
> Assume a thread is monitoring a set of fd's which include both ends of
> a pipe (using poll, for example). If the thread writes to the pipe (in
> order to notify itself for whatever reason) is it reasonable to expect
> that it will be able to return to its poll loop and get the event
> without a context switch? (provided it quickly returns to the poll
> loop).
It's reasonable to expect that this will be the most common case and the
one to optimize. It is unreasonable to fail if this doesn't happen, since
it's not guaranteed to happen. Note that if by "without a context switch"
you really mean without another thread getting a chance to run, then it is
totally unreasonable. On SMP systems and with hyper-threading, threads can
run concurrently.
DS
next prev parent reply other threads:[~2003-09-13 2:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-13 1:19 Iker
2003-09-13 2:04 ` David Schwartz [this message]
2003-09-13 2:56 ` [lkml] " Iker
2003-09-13 3:31 ` David Schwartz
2003-09-13 17:10 ` Alan Cox
2003-09-13 19:37 ` Jamie Lokier
2003-09-15 23:36 ` Robert White
[not found] <20030916194101.GA29266@mail.jlokier.co.uk>
[not found] ` <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA2ZSI4XW+fk25FhAf9BqjtMKAAAAQAAAAXdCgZz9uCkifnVjI6hutcwEAAAAA@casabyte.com>
[not found] ` <20030916213826.GA29814@mail.jlokier.co.uk>
2003-09-16 21:41 ` Jamie Lokier
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=MDEHLPKNGKAHNMBLJOLKCECHGIAA.davids@webmaster.com \
--to=davids@webmaster.com \
--cc=iker@computer.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®