Read write lock pattern

This is an old revision of this page, as edited by TakuyaMurata (talk | contribs) at 20:52, 3 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Intent: Allow concurrent read access to an object but require exclusive access for write operations.

See also LockPattern, SchedulerPattern, BalkingPattern


CategoryPattern | CategoryConcurrencyPatterns