Problem
Modify Lamport's Distributed Mutual Exclusion (DME) Algorithm to allow multiple Reader processes to access the critical section (i.e., database) concurrently. As for the Readers-Writers-Problem, only a single Writer process may access the database. However, multiple Readers are permitted to be active in the database concurrently.