From: "Stephen C. Tweedie" <sct@redhat.com>
To: pnilesh@in.ibm.com
Cc: "Stephen C. Tweedie" <sct@redhat.com>,
"Eric W. Biederman" <"ebiederm+eric"@ccr.net>,
linux-mm@kvack.org
Subject: Re: preemp / nonpreemp
Date: Tue, 18 Apr 2000 12:23:36 +0100 [thread overview]
Message-ID: <20000418122336.Q3916@redhat.com> (raw)
In-Reply-To: <CA2568C5.003C28B0.00@d73mta05.au.ibm.com>; from pnilesh@in.ibm.com on Tue, Apr 18, 2000 at 04:19:00PM +0530
Hi,
On Tue, Apr 18, 2000 at 04:19:00PM +0530, pnilesh@in.ibm.com wrote:
> > Does it mean that I can go and write schedule () in the kernel and it
> > should not create any problems ?/* not in handler */
>
> 1 But will there be any complication as Eric told ?
No, none.
> It will be fine: it happens all over the place. It's the standard
> mechanism used to sleep on IO events. Preemption implies that a timer
> interrupt can forcibly reschedule a kernel task, and that won't ever
> happen on current kernels. Voluntary rescheduling, on the other hand,
> is quite proper.
>
> 2 Is there any plan to make Linux kernel preemptable ?
Some talk, no definite plans.
> 3 What could be performance gain/loss compared to the current kernels ?
It would probably be a performance loss overall. However, it would
allow for better response time guarantees. It's the sort of thing
best done only when response time is absolutely the most important
issue: if you use the RTLinux real time kernel, for example, then you
can make certain tasks operate in a fully preemptible environment
without changing the whole of the kernel.
--Stephen
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/
next prev parent reply other threads:[~2000-04-18 11:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-04-18 10:49 preemp / nonpreemp pnilesh
2000-04-18 11:23 ` Stephen C. Tweedie [this message]
[not found] <CA2568C5.002E8BFC.00@d73mta03.au.ibm.com>
2000-04-18 15:03 ` Eric W. Biederman
-- strict thread matches above, loose matches on Subject: below --
2000-04-18 8:20 pnilesh
2000-04-18 9:22 ` Stephen C. Tweedie
2000-04-18 4:12 pnilesh
2000-04-18 6:40 ` Eric W. Biederman
2000-04-18 9:18 ` Stephen C. Tweedie
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=20000418122336.Q3916@redhat.com \
--to=sct@redhat.com \
--cc=ebiederm+eric@ccr.net \
--cc=linux-mm@kvack.org \
--cc=pnilesh@in.ibm.com \
/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.