Network, Computer and Programming Resources
C++ - Deadlock
A state in which every process in a set of processes waits for an event or resource that only another process in the set can provide. For example, in data communications, a deadlock can occur when both the sending and receiving sockets are waiting on each other, or for a common resource.