Read/write lock is a synchronization mechanism that can be used to efficiently protect a shared resource in an environment with multiple readers and writers. Unlike traditional mutex, read/write lock allows readers to access the resource concurrently.
Recursive, Upgradable Read/Write Lock for Windows
Published 02/18/2003
