Skip to content

Albert-Osei/reader-writer-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reader-writer-pattern

A very simple implementation of the Producer Consumer pattern.

Getting Started

  1. Clone the repository
  2. Install Makefile

Running

  • cd into root file
  • run make command
  • execute ./appname
  • It will start a hard coded number of producers and consumers, 3 each, that will do their expected jobs until the user stops the program, by pressing CTRL-Z and CTRL-C.

About

An implementation of the Producer-Consumer problem in parallel programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published