in Databases
340 views
0 votes
0 votes
MSQ

 

Which among the following is/are TRUE regarding the deadlock prevention techniques:

  1. Wound-wait is premptive
  2. Wait-die is non-premptive
  3. Starvation is possible in wound-wait
  4. Starvation does not occur in wait-die
in Databases
340 views

1 Answer

0 votes
0 votes
  1. Wound Wait technique is preemptive – True
  2. Wait Die technique is non-preemptive – True
  3. Starvation is possible in Wound Wait – True
  4. Starvation is not possible in Wait Die – False

Ref – https://stackoverflow.com/questions/32794142/what-is-the-difference-between-wait-die-and-wound-wait-deadlock-prevention-a

Related questions

1 vote
1 vote
0 answers
1