1
Reply

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

18y
11.1k
0
Reply

    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.

    18y
    0