Section 12.3
The working set

The important concept of the working set is introduced in this short section. The working set is the set of pages in a program that are currently being accessed by the running program. If the size of the working set is larger than the number of pages allocated to the program, then the program will waste precious input/output time by constantly shuffling those pages between main memory and disk. This is called thrashing.

Start Reading

next section

  [Full page version] [Review questions ...answers] [Section map] [Chapter 12 home] [Book home] [Quiz]