Peterson's algorithm

id: peterson-s-algorithm-295-2982634
title: Peterson's algorithm
text: Peterson's algorithm 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. While Peterson's original formulation worked with only two processes, the algorithm can be generalized for more than two.
brand slug: wiki
category slug: encyclopedia
description: Concurrent programming algorithm for mutual exclusion
original url: https://en.wikipedia.org/wiki/Peterson%27s_algorithm
date created:
date modified: 2024-02-28T18:50:14Z
main entity: {"identifier":"Q903721","url":"https://www.wikidata.org/entity/Q903721"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part