25
An example of deadlock
nProgram A wants to copy from disk1 to disk2 and takes control of disk1 nProgram B wants to copy from disk2 to disk1 and takes control of disk2
n
nProgram A must wait that program B releases disk2 and program B must wait that program A releases disk1
nProgram A and B will wait forever