answersLogoWhite

0

What is deadlock protection?

Updated: 12/14/2022
User Avatar

Wiki User

12y ago

Best Answer

Any scheduled task waiting for an event with waiting queue may result in a situation where wait is indefinitely for a process execution. The stage is termed as deadlocked, and a mechanism or algorithm to avoid such situation is called deadlock protection.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is deadlock protection?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the various strategies are used to handle deadlock and what is centralized and distributed deadlock detection and prevention?

There are four strategies of dealing with deadlock problem:1. The Ostrich ApproachJust ignore the deadlock problem altogether.2. Deadlock Detection and RecoveryDetect deadlock and, when it occurs, take steps to recover.3. Deadlock AvoidanceAvoid deadlock by careful resource scheduling.4. Deadlock PreventionPrevent deadlock by resource scheduling so as to negate at least one of the four conditions.


What is an antonym for the word deadlock?

The antonym for deadlock is agreement.


When was Holy Deadlock created?

Holy Deadlock was created in 1934.


When was Deadlock - film - created?

Deadlock - film - was created in 1931.


When was Wedlock Deadlock created?

Wedlock Deadlock was created in 1947.


What are the release dates for House of Dreams - 2004 To Deadlock or Not to Deadlock 1-3?

House of Dreams - 2004 To Deadlock or Not to Deadlock 1-3 was released on: USA: 22 January 2004


How many pages does Holy Deadlock have?

Holy Deadlock has 311 pages.


What are the different method for handling deadlock?

deadlock handling by 2phase protocol


When was Wolves - Deadlock album - created?

Wolves - Deadlock album - was created in 2007.


When was Deadlock - metal band - created?

Deadlock - metal band - was created in 1997.


What is false deadlock?

the coordinator conculde incorrectly that a deadlock exist and kills some process --------------------------- Detecting a non existent deadlock in distributed system has been referred as false deadlock and it may occur due to communication delay.. ---->Ashok Paranjothi


Advantage and disadvantage of deadlock prevention?

Advantage: Deadlock prevention techniques eliminate the possibility of deadlock occurring in a system, ensuring system availability and preventing resource wastage. Disadvantage: Deadlock prevention techniques may lead to reduced system performance or resource utilization, as they often involve overhead in terms of additional checks or restrictions on resource allocation.