Department of Computer Science
Course: CS 3725
Horizontal Bar

next up gif
Next: Fixed replacement algorithms Up: Virtual Memory Management Previous: Examples - the VAX

Virtual memory replacement algorithms

As mentioned earlier, page misses interrupt a process in virtual memory systems, and therefore it is worthwhile to expend additional effort to reduce their frequency. Page misses are handled in the system software, so the cost of this added complexity is small.

There are two classes of replacement schemes; fixed replacement schemes, where the number of pages for a process is fixed, and variable replacement schemes, where the number of pages available for a process varies over the life of the process.



Paul Gillard
Mon Nov 24 20:44:06 NST 1997