Read write lock pattern: Difference between revisions

Content deleted Content added
No edit summary
m +{{Redirect category shell}} using AWB
 
(9 intermediate revisions by 8 users not shown)
Line 1:
#REDIRECT [[Readers–writer lock]]
A [[software design pattern]], '''read/write lock pattern''' is used for computer programming.
 
{{Redirect category shell|1=
'''Intent:''' Allow concurrent read access to an object but require exclusive access for write operations.
{{R from alternative name}}
 
}}
'''See also''' [[Lock pattern]], [[Scheduler pattern]], [[Balking pattern]]