https://github.com/harshoza36/sleepingbarberproblem
Sleeping Barber Problem is a classic inter-process communication and synchronization problem between multiple operating system processes. The problem is analogous to that of keeping a barber working when there are customers, resting when there are none, and doing so in an orderly manner.
https://github.com/harshoza36/sleepingbarberproblem
Last synced: about 2 months ago
JSON representation
Sleeping Barber Problem is a classic inter-process communication and synchronization problem between multiple operating system processes. The problem is analogous to that of keeping a barber working when there are customers, resting when there are none, and doing so in an orderly manner.
- Host: GitHub
- URL: https://github.com/harshoza36/sleepingbarberproblem
- Owner: HarshOza36
- Created: 2019-09-04T05:32:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T05:32:51.000Z (about 6 years ago)
- Last Synced: 2025-02-28T10:17:09.193Z (7 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SleepingBarberProblem
Sleeping Barber Problem is a classic inter-process communication and synchronization problem between multiple operating system processes. The problem is analogous to that of keeping a barber working when there are customers, resting when there are none, and doing so in an orderly manner.