Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfram77/9e38862624bfb9875dcbaec25471e7e6 to your computer and use it in GitHub Desktop.
Save wolfram77/9e38862624bfb9875dcbaec25471e7e6 to your computer and use it in GitHub Desktop.
Solution of a Problem in Concurrent Programming Control : NOTES

Highlighted notes of:
Solution of a Problem in Concurrent Programming Control

A number of mainly independent sequential-cyclic processes with restricted means of communication with each other can be made in such a way that at any moment one and only one of them is engaged in the "critical section" of its cycle.

E. W. Dijkstra
Technological University, Eindhoven, The Netherlands

Edsger Wybe Dijkstra was a Dutch computer scientist, programmer, software engineer, systems scientist, science essayist, and pioneer in computing science. A theoretical physicist by training, he worked as a programmer at the Mathematisch Centrum from 1952 to 1962.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment