Deadlock is a state where two or more Computer Process are blocked indefinitely, each waiting for the other to release a Shared Resource. This mutual waiting brings systems to a halt, preventing further progress.
Deadlock is a state where two or more Computer Process are blocked indefinitely, each waiting for the other to release a Shared Resource. This mutual waiting brings systems to a halt, preventing further progress.