ABSTRACT

The details of streamlining access to an application resource to improve the overall application responsiveness

The details of method execution while a required precondition is not met

Chapter Pattern Name Description

41 Critical Section Stricter form of Monitor. Used to lock the code at the class level to keep multiple threads from executing the locked code even on two different instances of the same class.