© Thomas Kunz 2000
SCE 574
206
The Critical Section Problem
äThe section of code implementing this request is called the entry section äThe critical section (CS) might be followed by an exit section
äThe remaining code is the remainder section
äThe critical section problem is to design a protocol that the processes can use so that their action will not depend on the order in which their execution is interleaved (possibly on many processors)