Lock
-
Locking Strategies and DeadlocksModeling/TheoremParadigm 2020. 2. 27. 01:37
1. Overview In concurrent computing, a deadlock is a state in which each member of a group is waiting for another member, including itself, to take action, such as sending a message or more commonly releasing a lock. Deadlock is a common problem in multiprocessing systems, parallel computing, and distributed systems, where software and hardware locks are used to arbitrate shared resources and im..