Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muaazsaleem/producer_consumer_problem
A solution to the Producer Consumer Problem
https://github.com/muaazsaleem/producer_consumer_problem
Last synced: 23 days ago
JSON representation
A solution to the Producer Consumer Problem
- Host: GitHub
- URL: https://github.com/muaazsaleem/producer_consumer_problem
- Owner: muaazsaleem
- Created: 2014-10-21T23:19:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T23:21:07.000Z (about 10 years ago)
- Last Synced: 2023-08-23T14:32:55.069Z (about 1 year ago)
- Language: C
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##A Solution to the Producer Consumer Problem
This is a c/c++ solution of the Producer Consumer Problem I did for my Operating Systems Course.##Instruction to Compile (Linux)
When You're in this DirectoryCompile:-
gcc main.c -pthread -o output [DO NOT USE G++]
Run:-
./output : SleepTime :No.of Producer Threads :No.of Consumer Threads