Logo 
Search:

Unix / Linux / Ubuntu FAQ

Submit Interview FAQ
Home » Interview FAQ » Unix / Linux / UbuntuRSS Feeds

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

  Shared By: Adah Miller    Date: Jan 25    Category: Unix / Linux / Ubuntu    Views: 231

Answer:

• 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.

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: