DEVFYI - Developer Resource - FYI

What are the processes that are not bothered by the swapper? Give Reason.

Unix Interview Questions


(Continued from previous question...)

42. What are the processes that are not bothered by the swapper? Give Reason.

Zombie process: They do not take any up physical memory.
Processes locked in memories that are updating the region of the process.
Kernel swaps only the sleeping processes rather than the ‘ready-to-run’ processes, as they have the higher probability of being scheduled than the Sleeping processes.

(Continued on next question...)

Other Interview Questions