Read/write lock pattern
From Wikipedia, the free encyclopedia
A read/write lock pattern is a software design pattern that allows concurrent read access to an object but requires exclusive access for write operations.
[edit] See also
- Lock pattern
- Scheduler pattern
- Balking pattern
- Lock (software engineering)