Computer Science, asked by vishalvis662005, 10 months ago

what mechanism will make the threads into unending loop by constantly acquiring and releasing looks?
a)lovelock
b)deadlock
c)reader write lock
d)write only lock​

Answers

Answered by niti47
0

Explanation:

answer of this is dreadlock

please mark me as brainlist and follow me

Answered by poojan
1

Deadlock (Option b) will make the threads go into an unending loop by constantly acquiring and releasing locks.

Explanation:

  • Deadlock is an unworthy and endless condition.
  • It occurs when a thread is waiting for a resource, that is under usage, endlessly, and not ready to leave anytime sooner.
  • For example, Process A is using the resource R1 and B is using R2. Now, R1 is waiting for Process A such that it can release B. Similarly, R1 too waits for B such that it can leave A. In the wait, no resource leaves a process and keeps on waiting, endlessly. This is called a deadlock.

Learn more:

1. What are the maximum and the minimum number of rows returned by the R1 right outer join R2

brainly.in/question/21195376

2. Noisy values are the values that are valid for the dataset but are incorrectly recorded. Is it?

brainly.in/question/6658996

Similar questions