Saturday 21 September 2013

What is a deadlock in OS

What is a deadlock in OS?

Deadlock is a situation where two or more processes get into a state whereby each is holding a resource and the other is requesting. Since a request operation blocks the caller until the resource becomes allocated, no process will ever have the desired resource allocated to it and both will remain in the blocked state forever. 

No comments:

Post a Comment