All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Brian J. Watson" <Brian.J.Watson@compaq.com>
To: Anonymous <anonymos@micron.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: scheduler
Date: Thu, 26 Oct 2000 20:03:07 -0700	[thread overview]
Message-ID: <39F8F06B.B77E30A1@compaq.com> (raw)
In-Reply-To: <006901c03e4a$9c48e9a0$53b613d1@micron.net>

Anonymous wrote:
> 
> In redhat where is the process scheduler located? Does this scheduler
> implement round robin?


It doesn't matter whether it's RedHat, or any other distribution.
They're all the same kernel.

Look at schedule() in kernel/sched.c to see the heart of the scheduler.
My understanding is that it's a weighted round robiner, considering such
things as the nice value and how often a process gets caught "holding
the ball" by the clock interrupt.

Hope this helps.


-Brian
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

       reply	other threads:[~2000-10-27  3:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <006901c03e4a$9c48e9a0$53b613d1@micron.net>
2000-10-27  3:03 ` Brian J. Watson [this message]
2002-08-06 16:26 scheduler Amgad Fahmy
2002-08-07 17:18 ` scheduler terry white
2002-08-07 23:04   ` scheduler Amgad E.. Fahmy
  -- strict thread matches above, loose matches on Subject: below --
2001-11-15 19:22 Scheduler Anders Peter Fugmann
2001-11-15 21:40 ` Scheduler Mike Fedyk
2001-11-16 11:05   ` Scheduler Hubertus Franke
2001-11-15 23:32 ` Scheduler Davide Libenzi
     [not found] <Pine.PMDF.3.96.1000422230952.692947A-100000@RAVEN.JMU.EDU>
2000-04-23  3:38 ` Scheduler Rik van Riel

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=39F8F06B.B77E30A1@compaq.com \
    --to=brian.j.watson@compaq.com \
    --cc=anonymos@micron.net \
    --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.