Encyclopedia > Dekker's algorithm

  Article Content

Dekker's algorithm

Dekker's algorithm is a concurrent programming algorithm for mutual exclusion that allows two processes to share a single-use resource without conflict, using only shared memory for communication.

It avoids the strict alternation of a naive turn-taking algorithm, and was one of the first mutual exclusion algorithms to be invented.

External links:

  

 



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Great River, New York

... of it is water. The total area is 8.91% water. Demographics As of the census of 2000, there are 1,546 people, 509 households, and 417 families residing in the ...

 
 
 
This page was created in 23.3 ms