Peterson's algorithm

Peterson's algorithm (or Peterson's solution) is a concurrent programming algorithm for mutual exclusion that allows two or more processes to share a single-use resource without conflict, using only shared memory for communication. It was formulated by Gary L. Peterson in 1981.

Source: Wikipedia — Peterson's algorithm (CC BY-SA 4.0)

Peterson's algorithm

Peterson's algorithm (or Peterson's solution) is a concurrent programming algorithm for mutual exclusion that allows two or more processes to share a single-use resource without conflict, using only shared memory for communication. It was formulated by Gary L. Peterson in 1981.

Source: Wikipedia "Peterson's algorithm" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy