1
Reply

What is a Safe State and what is its use in deadlock avoidance?

Jul 13, 2006
11.1k
0

    When a process requests an available resource, system must decide if immediate allocation leaves the system in a safe state. System is in safe state if there exists a safe sequence of all processes. Deadlock Avoidance: ensure that a system will never enter an unsafe state.

    July 13, 2006
    0