| |
| | Beyond Simple Mutual Exclusion |
 | | However, on multiprocessor systems, mutual exclusion is an expensive operation, not only because of the overhead involved, but because one processor will sit idle while the other has access to the data. |
 | | When mutual exclusion is the only option, we are then faced with the potentially large delays incurred in the entry section, particularly in large distributed systems. |
 | | Leslie Lamport once again led the way with his ``fast'' mutual exclusion algorithm [8], which only required seven memory accesses in the event of no contention. |
| www.teamten.com /lawrence/242.paper/node4.html (957 words) |
|