ACM Home Page
Please provide us with feedback. Feedback
Deadlock detection is really cheap
Full text PdfPdf (503 KB)
Source ACM SIGMOD Record archive
Volume 17 ,  Issue 2  (June 1988) table of contents
Pages: 2 - 13  
Year of Publication: 1988
ISSN:0163-5808
Author
Bin Jiang  Department of Computer Science, Technical University Darmstadt, Alexanderstr. 24, D-6100 Darmstadt, West-Germany
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): n/a,   Downloads (12 Months): n/a,   Citation Count: 1
Additional Information:

abstract   cited by   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/51708.51709
What is a DOI?

ABSTRACT

The treatment of deadlock has previously been considered as expensive, and implementations of the involved algorithm have appeared rather complex. In this paper a new algorithm for the treatment of deadlock is described. It is not only very efficient (in the worst case O(e) where e is the number of the edges in the “wait-for” graph) but also fairly simple. With this algorithm one can detect all deadlocks as soon as possible and list all participators in the corresponding cycle of the “wait-for” graph. The algorithm is described for the use of database transaction management.