Home / Computers / Deadlock

Deadlock

Vangie Beal
Last Updated May 24, 2021 7:40 am

A condition that occurs when two processes are each waiting for the other to complete before proceeding. The result is that both processes hang. Deadlocks occur most commonly in multitasking and client/server environments. Ideally, the programs that are deadlocked, or the operating system, should resolve the deadlock, but this doesn’t always happen.

A deadlock is also called a deadly embrace.