[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fairness in love and swapping




On Thu, 26 Feb 1998 14:00:18 +0100, "Dr. Werner Fink" <werner@suse.de> said:

>> "swapping" (as opposed to paging) is becoming a required
>> strategy

> In other words: the pages swapped in or cached into the swap cache
> should get their initial age which its self is calculated out of the
> current priority of the corresponding process?

No, the idea is that we stop paging one or more processes altogether
and suspend them for a while, flushing their entire resident set out
to disk for the duration.  It's something very valuable when you are
running big concurrent batch jobs, and essentially moves the fairness
problem out of the memory space and into the scheduler, where we _can_
make a reasonable stab at being fair.

--Stephen