DEVFYI - Developer Resource - FYI

How the Swapper works?

Unix Interview Questions


(Continued from previous question...)

41. How the Swapper works?

The swapper is the only process that swaps the processes. The Swapper operates only in the Kernel mode and it does not uses System calls instead it uses internal Kernel functions for swapping. It is the archetype of all kernel process.

(Continued on next question...)

Other Interview Questions