3 3 votes Simplest way of deadlock recovery isRoll backPreempt resourceLock one of the processesKill one of the processes Operating System ugcnetcse-dec2013-paper3 operating-system deadlock-prevention-avoidance-detection + – go_editor 6.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 5 5 votes Recovery through killing processes is the Crudest but simplest way to break a deadlock. – Kill one of the processes in the deadlock cycle: the other processes get its resources. – Choose process that can be rerun from the beginning Hence,Option(D)kill one of the processes. LeenSharma answered Jul 29, 2016 • selected Nov 15, 2016 by Resmi Arjun 1 LeenSharma comment Share Follow 0 reply Please log in or register to add a comment.
2 2 votes kill one of the processes is simplest way to recover from deadlock . it will automatically release all the occupied resources and leave its claim for any unoccupied resource so ans is D Sanjay Sharma answered Jul 29, 2016 Sanjay Sharma comment Share Follow 0 reply Please log in or register to add a comment.