Skip to content
/ sem Public

[Class Project] Producer-consumer implementations

Notifications You must be signed in to change notification settings

alif2/sem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

sem

sem is a 2-part project for an operating system class to demonstrate different solutions to the producer-consumer problem. Options for number of producers and consumers, or buffer size is specified as program arguments.

Part 1 uses semaphores to communicate between threads. Part 2 uses a monitor to do so.

About

[Class Project] Producer-consumer implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published