List and explain various ways to overcome deadlocks

      

List and explain various ways to overcome deadlocks.

  

Answers


Chei
i)mutual exclusion;resources shared such as read-only files do not lead to deadlocks,such as printers and tape drives,requires exclusive access by a single process.
ii)hold and wait;in this condition processes must be prevented from holding one or more resources while simultaneously waiting for one or more processes.
iii)no preemption;preemption of process resources allocations can avoid the condition of deadlocks,where ever possible.

Softwaretech answered the question on April 23, 2019 at 10:25


Next: Explain 4 approaches that can be employed to recover from deadlocks.
Previous: List and explain three process scheduling algorithms

View More Computer Studies Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions