Read write lock pattern

This is an old revision of this page, as edited by 131.183.81.100 (talk) at 21:07, 3 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

See also LockPattern, SchedulerPattern, BalkingPattern


CategoryPattern | CategoryConcurrencyPatterns

read/write lock pattern