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
Wheatley Heights, New York

... (1,104.1/mi²). The racial makeup of the town is 40.00% White, 48.41% African American, 0.30% Native American, 3.41% Asian, 0.00% Pacific Islander, 4.15% from ...

 
 
 
This page was created in 27.8 ms