Concurrent control with “readers” and “writers”

PJ Courtois, F Heymans, DL Parnas - Communications of the ACM, 1971 - dl.acm.org
PJ Courtois, F Heymans, DL Parnas
Communications of the ACM, 1971dl.acm.org
The problem of the mutual exclusion of several independent processes from simultaneous
access to a “critical section” is discussed for the case where there are two distinct classes of
processes known as “readers” and “writers.” The “readers” may share the section with each
other, but the “writers” must have exclusive access. Two solutions are presented: one for the
case where we wish minimum delay for the readers; the other for the case where we wish
writing to take place as early as possible.
The problem of the mutual exclusion of several independent processes from simultaneous access to a “critical section” is discussed for the case where there are two distinct classes of processes known as “readers” and “writers.” The “readers” may share the section with each other, but the “writers” must have exclusive access. Two solutions are presented: one for the case where we wish minimum delay for the readers; the other for the case where we wish writing to take place as early as possible.
ACM Digital Library