What is deadlock? How do you avoid it?
Answer Posted / sagarika mishra
A set of processes is deadlocked if each process in the set
is waiting for an event that only another process in the
set can cause (including itself).
Waiting for an event could be:
waiting for access to a critical section
waiting for a resource Note that it is usually a non-
preemptable (resource). pre-emptable resources can be
yanked away and given to another.
deadlock avoided by:-
Resource allocation state:
# of available / allocated instances of each type
maximum demand of each process
Safe sequence: For an allocation state, a sequence
hP1; : : : ; Pni is safe if for each Pi, the maximum
resources that
Pi can request can be satised by currently available
resources
+ resources held by all Pj (j < i)
Safe state: System istb in safe state if there exists a safe
sequence consisting of all processes
Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Where do I find disk cleanup?
Can I restore my computer to yesterday?
How do I combine multiple folders on a mac?
How do I clean up and speed up my computer?
What is the first operating system in the world?
How much ram do I need for streaming?
What is the difference between wget and curl?
Is i3 good for gaming?
How do you crash a computer?
How To Enable & Disable Quorum?
What does kernel panic mean?
Will disk cleanup delete my files?
How do I merge folders on mac?
How many bytes we can send to apple push notification server in iOS operating system?
Can you just explain about memory management in iOS?