Read write lock pattern: Difference between revisions

Content deleted Content added
No edit summary
m +{{Redirect category shell}} using AWB
 
(11 intermediate revisions by 9 users not shown)
Line 1:
#REDIRECT [[Readers–writer lock]]
'''Intent:''' Allow concurrent read access to an object but require exclusive access for write operations.
 
{{Redirect category shell|1=
'''See also''' LockPattern, SchedulerPattern, BalkingPattern
{{R from alternative name}}
----
}}
CategoryPattern | CategoryConcurrencyPatterns
 
[[read/write lock pattern]]