Read/write lock pattern
From Free net 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.
See also Lock pattern, Scheduler pattern, Balking pattern, Lock (software engineering)