Software-Pattern.org
Patterns
Categories
Books
Authors
About
Login
Monitor Object
Concurrency Pattern
The Monitor Object design pattern synchronizes concurrent method execution to ensure that only one method at a time runs within an object. It also allows an object's methods to cooperatively schedule their execution sequences.
Books
Pattern-Oriented Software Architecture Volume 2: Patterns for Concurrent and Networked Objects