Wednesday, 6 August 2014

What are conditions on which deadlock can occur while swapping the processes?

    
Ø  All processes in the main memory are asleep.
Ø  All ‘ready-to-run’ processes are swapped out.
Ø  There is no space in the swap device for the new incoming process that are swapped out of the main memory.
Ø  There is no space in the main memory for the new incoming process.


No comments:

Post a Comment