From: Jim Houston <jim.houston@attbi.com>
To: Mike Galbraith <efault@gmx.de>
Cc: linux-kernel@vger.kernel.org, jim.houston@ccur.com
Subject: Re: [PATCH] self tuning scheduler 0.2
Date: Thu, 13 Mar 2003 11:33:48 -0500 [thread overview]
Message-ID: <3E70B2EC.EB695A80@attbi.com> (raw)
In-Reply-To: 5.2.0.9.2.20030312204553.00cd5068@pop.gmx.net
Hi Mike, Everyone,
I'm still working on the window wiggle problem. The problem is
that I'm expecting too much from the running average. I wanted it
to provide long term history about the process's cpu use. I also
wanted the process priority to change fairly quickly when the
process is given some cpu time. These are contradictory goals.
I'm working on a change which would use a short time constant for the
run_avg. Rather than directly calculating the p->prio value from
the run_avg, I will treat the p->prio as another filtered value.
I'm still working on the irman issue. I'm thinking about counting
the number of levels of synchronous wakeup. This would be used
to decide if the process should benefit from the sleep time.
Jim Houston - Concurrent Computer Corp.
prev parent reply other threads:[~2003-03-13 16:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-12 15:29 [PATCH] self tuning scheduler 0.2 Jim Houston
2003-03-12 19:54 ` Mike Galbraith
2003-03-13 16:33 ` Jim Houston [this message]
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=3E70B2EC.EB695A80@attbi.com \
--to=jim.houston@attbi.com \
--cc=efault@gmx.de \
--cc=jim.houston@ccur.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox