Read/write lock pattern
From Free net encyclopedia
(Difference between revisions)
Revision as of 22:16, 21 May 2005
Splintercellguy (Talk | contribs)
Text move from "Read write lock pattern"
Next diff →
Splintercellguy (Talk | contribs)
Text move from "Read write lock pattern"
Next diff →
Current revision
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)