Producer Consumer Program

A couple of producer threads place jobs in a bounded-buffer, and these jobs are retrieved by a couple of consumer threads.
ProdCons
Source Code of the ProdCons Program
Source Code of the ProdConsG Program (Graphical Version)
Jacob's CS 261 Demos
Jacob's CS 261 Home