Abstract
We propose an algorithm for distributed deadlock detection and resolution. The key idea of the algorithm is to let one transaction controller be in charge of all transactions in a set of “interacting” transactions. Two transactions are interacting if they are both interested in (accessing) the same resource. In addition, the controller is in charge of all the resources allocated to any of the transactions in the set. Having one controller in charge of all the transactions in a set of interacting transactions and all the resources allocated to them makes it easier to detect deadlocks and avoid them. The main problem we deal with is how a controller “takes charge” of another transaction when the transaction tries to access one of the resources currently in the control of the controller and how a controller “releases” a transaction back to its original controller when the transaction is no longer interested in any of the resources in which one or more of the other transactions are also interested. We use Communicating Sequential Processes (CSP) to code the algorithm. We also (semi-) formally prove the correctness of our algorithm.
Original language | English |
---|---|
Pages (from-to) | 1443-1452 |
Number of pages | 10 |
Journal | IEEE Transactions on Software Engineering |
Volume | 14 |
Issue number | 10 |
DOIs | |
Publication status | Published - Oct 1988 |
Externally published | Yes |
Keywords
- Axiomatic proofs of correctness
- CSP deadlock detection
- interacting transactions
- resource managers
- transaction controllers