There is no lab session this week because of the Veterans Day holiday. However you must still make a lab submission.
Complete a producer-consumer queue that supports multiple producers and multiple consumers.
Tests test2 and test3 can be used to test your allocator. Also do regression tests, making sure that test1 and your unit tests from Lab 9 are still working correctly.
Be sure to use valgrind to check that all malloc-ed memory is freed.
To turn in this laboratory, type:
% ~cs520/bin/submit lab10 pcQueue.c
Submissions can be checked by typing:
% ~cs520/bin/scheck lab10
Remember that there are no late submissions of labs. Submit what you have prior to noon on Sunday November 13.
Comments and questions should be directed to pjh@cs.unh.edu