InterviewSolution
Saved Bookmarks
| 1. |
What Is The Resident Set And Working Set Of A Process? |
|
Answer» Resident set is that portion of the process image that is ACTUALLY in real-memory at a particular instant. Working set is that subset of resident set that is actually needed for execution. (Relate this to the variable-window SIZE method for SWAPPING TECHNIQUES.) Resident set is that portion of the process image that is actually in real-memory at a particular instant. Working set is that subset of resident set that is actually needed for execution. (Relate this to the variable-window size method for swapping techniques.) |
|