Reading List
Locking and Contention from Architecture Notes RSS feed.
Locking and Contention
The lock mechanism is an integral part of any modern system. In software applications, locks are used to ensure that multiple users do not simultaneously access and modify the same resource.