CMPE 142 SJSU Producer Consumer Linux Semaphores C Programming Project
Question Description
In this project you will create a program called producer-consumer.cthat will do the following:
1.-when the -p command line argument is passed, it will act as aproducer
2.-when the -c command line argument is passed, it will act as aconsumer
3.-the message produced by the producer will be given by thecommand line argument -m “string”
4.-the depth of the queue used by your producer consumersolution will be given by the -q integer command line argument combination.
5.-Your program will either use unix socket (-u) or sharedmemory (-s) depending on user input in the command line argument
6.-Your program must use linux semaphores to protect criticalsections.
7.-when given the -e option, your program should print thestring being produced or consumed followed by a new line each time the stringis produced or consumed.
Violation of any of the requirements above may result in zerocredit.
"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."