Skip to content

andyhoang1994/Bounded-buffer-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

School Assignments for Operating Systems Class

Prgram tackling the producer-consumer problem in C. It uses multithreading and a semaphore based bounded-buffer to maintain synchronization in data communication while using multiple threads for increased performance. Appropriate memory allocation is done when dealing with allocated memory for threads and dealing with zombie threads/processes as well. It also includes small data statistics for the performance of the threads.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors