Linux - What is Page-Stealer process? Explain the paging states for a page in memory.

What is Page-Stealer process? Explain the paging states for a page in memory.

The pages that are eligible for swapping are found by the Page-Stealer’ and places the page numbers in a list which contains the pages to be swapped.

The paging states are 1. ‘aging and is not yet eligible for swapping’ and 2. ‘eligible for swapping but not yet eligible for re assignment to other virtual address space.
Linux - Explain the phases of swapping a page from the memory
Explain the phases of swapping a page from the memory - The phases of swapping a page from the memory are:.......
Linux - What is Demand Paging? Explain the conditions for a machine to support Demand Paging.
What is Demand Paging? - The process of mapping a large address space into a relatively small amount........
Linux - Difference between Fault Handlers and the Interrupt handlers.
Difference between Fault Handlers and the Interrupt handlers - Fault handlers can sleep, where as interrupt handlers cannot........
Post your comment