Write a note on Distributed deadlock detection.
Answers
Answered by
1
Introduction. A deadlock is a condition in a system where a set of processes (or threads) have requests for resources that can never be satisfied. Essentially, a process cannot proceed because it needs to obtain a resource held by another process but it itself is holding a resource that the other process needs.
Similar questions