Read write lock pattern: Difference between revisions

Content deleted Content added
No edit summary
copyright violation
Line 1:
A [[software design pattern]], '''read/write lock pattern''' is used for computer programming.
 
'''Intent:''' Allow concurrent read access to an object but require exclusive access for write operations.
 
'''See also''' [[Lock pattern]], [[Scheduler pattern]], [[Balking pattern]]