• Stars
    star
    3
  • Rank 3,944,206 (Top 79 %)
  • Language
    C
  • Created about 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implements the producer-consumer process communication problem. Part a uses message queues. Part b uses shared memory. Part c treats the processes as separate threads.