Re: A different metric for scheduler optimisation
Davide Libenzi (dlibenzi@maticad.it)
Sat, 29 Jan 2000 20:42:44 +0100
On Sat, 29 Jan 2000, Horst von Brand wrote:
> In case your application switches rapidly, it is thrashing the cache, which
> is crucial for performance with current CPUs. You simply don't want to do
> that, ever. You get best performance by _never_ switching unless forced to
> do so, but that isn't realistic.
If You switch fast You have more cache reloads of probably less cache lines (
or pages ).
Since a task that run a short time has a lower probability to "touch" RAM
locations.
Davide.
--
All this stuff is IMVHO
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/