Skip to content

oloar/lecteur_redacteur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Producer-Consumer problem :

Different implementations of the producer-consumer problem with varying scheduling strategies.

Build

To compile every test program into dist/ use

$ make dist

To create a packaged (archived) project into pub/ use

$ make pub

Run

To run the example programs, after compiling them (see Build section), use

./<program name> <nb of consumers> <nb of producers> <nb of iterations>