Hi Scott... On Wed, Apr 2, 2008 at 10:47 AM, Scott Lovenberg <scott.lovenberg@xxxxxxxxx> wrote: > Are you basing it on Least Recently Used? I seems to remember that Con > Konilias had added a swapping module to his staircase scheduler... yes, Con named it swap prefetch but it doesn't tightly related to Staircase scheduler. >if I > remember correctly, it was fairly controversial because it would swap back > in before the data was needed if the cache pressure was low and the memory > was freed back up; although I'm not sure if you want pursue paying the swap > price twice, it seems to make sense that the cost doesn't count if the > machine is idle anyways and you don't want to wait for a double page fault > (first for the page table and then for the data itself) when you're > requesting data. AFAIK, page table in Linux is never swapped out (they reside in kernel space and kernel space is locked in RAM all the time). In windows, maybe... regards, Mulyadi. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ