master-degree-notes/Concurrent Systems/notes/4c - Dining Philosophers.md

244 B

The first real practical example of a concurrent system.

  • N philosophers seated around a circular table
  • one chopstick between each pair of philosophers
  • a philosophers must pick up its two nearest chopsticks in order to eat
  • a philosoph