System Deadlocks
@article{Coffman1971SystemD,
title={System Deadlocks},
author={Edward G. Coffman and M. J. Elphick and Arie Shoshani},
journal={ACM Comput. Surv.},
year={1971},
volume={3},
pages={67-78}
}A problem of increasing importance in the design of large multiprogramming systems is the, so-called, deadlock or deadly-embrace problem. In this article we survey the work that has been done on the treatment of deadlocks from both the theoretical and practical points of view.
753 Citations
Concurrency in database systems: a simulation study
- Computer ScienceSIGMOD '77
- 1977
A simulation model of concurrent updates in a database system is presented. This model is used, to answer the following questions: How frequent are deadlocks in certain environments? What about…
The Deadlock Problem: An Overview
- Computer ScienceComputer
- 1980
This comprehensive study of deadlock-handling techniques introduces a method for on-line detection in distributed data bases for deadlock prevention in terminal-oriented systems.
A practical deadlock avoidance algorithm for data base systems
- Computer ScienceSIGMOD '77
- 1977
A new algorithm is presented for avoiding system deadlocks that has little dependence on the number of lockable resources and is particularly well suited to use in data base systems which may have millions of individually lockable records.
A polynomial-time test for the deadlock-freedom of computer systems
- Computer ScienceTheoretical Computer Science
- 1977
We call a system of n processes sharing m reusable resources deadlock-free, if and only if the allocation policy which automatically grants any request that can be granted with currently free…
Models and algorithms for deadlock in computer systems
- Computer ScienceOPSR
- 1971
This note introduces a conceptually simple graph model that unifies much of the previous work on deadlock, leads to fast deadlock detection and prevention algorithms, and is suitable for teaching purposes.
Preventing deadlock with dynamic message scheduling
- Computer Science18th International Conference on Systems Engineering (ICSEng'05)
- 2005
The theory and practice of a system that allows us to limit deadlock to situations in which there are true circular data dependences or failure of processes that compute data needed at other processes is described.
Prevention of Deadlocks in Packet-Switched Data Transport Systems
- Business
- 1981
In this paper, necessary and sufficient conditions are given and proven for the use of process ordering and generalized resource ordering techniques to avoid deadlocks in arbitrary systems of interacting processes.
On the probability of deadlock in computer systems
- Computer ScienceSOSP '73
- 1973
As the number of processes and resources increases within a computer system, does the probability of that system's being in deadlock increase or decrease? This paper introduces Probabilistic Automata…
Deadlock detection in distributed systems
- Computer ScienceComputer
- 1989
An up-to-date and comprehensive survey of deadlock detection algorithms is presented, their merits and drawbacks are discussed, and their performances are compared.
References
SHOWING 1-10 OF 27 REFERENCES
Avoiding Deadlock in Multitasking Systems
- Computer Science, BusinessIBM Syst. J.
- 1968
System designers must be constantly alert to the deadlock possibilities of any proposed design, and once a deadlock situation has been recognized, it can probably be circumvented by one of the techniques described.
On deadlock in computer systems
- Computer Science
- 1971
A system is said to be in "deadlock" whenever it is stuck in a state where each part of the system is waiting for some event that can only be caused/triggered by another part of the system. (which is…
The structure of the “THE”-multiprogramming system
- Computer ScienceCACM
- 1968
A multiprogramming system is described in which all activities are divided over a number of sequential processes, in each of which one or more independent abstractions have been implemented.
Sequencing Tasks in Multiprocess Systems to Avoid Deadlocks
- Business, Computer ScienceSWAT
- 1970
This paper assumes that advance information about future resource requirements of jobs is available and that jobs are represented as a sequence of "job steps" during which the resource usage remains constant.
Prevention of system deadlocks
- Computer ScienceCACM
- 1969
Algorithms are presented which examine a request in the light of the current allocation of resources and determi whether or not the granting of the request will introduce the possibility of a deadlock.
Resource allocation with interlock detection in a multi-task system
- Computer ScienceAFIPS '68 (Fall, part II)
- 1968
In a multiprogramming environment, special care must be taken to insure that, for a given physical record on a data set, only one task at a time is involved in the following sequence:
1) Read the…
Programming semantics for multiprogrammed computations
- Computer ScienceCACM
- 1966
The semantics are defined for a number of meta-instructions which perform operations essential to the writing of programs in multiprogrammed computer systems. These meta-instructions relate to…
Synchronization in a parallel-accessed data base
- Computer ScienceCACM
- 1969
The following problem is considered: Given a data base which can be manipulated simultaneously by more than one process, what are the rules for synchronization which will maximize the amount of…
Theory and practice in operating system design
- BusinessSOSP '69
- 1969
This paper tries to explore the provinces of the two needs of theoretical insight and horse sense, suggesting places where one thinks horse sense will always be needed, and some other places where better theoretical understanding than the authors now have would seem both possible and helpful.
A resource-allocation scheme for multi-user on-line operation of a small computer
- Computer ScienceAFIPS '67 (Spring)
- 1967
Recently a great deal of interest has been evident in on-line information retrieval systems in which the retrieval search involves real-time man computer interaction. The advantages of such systems…

