COMP 402: Production Programming← Homework 1 → |
Home — Spring 2012 | | | Information | | | Resources | | | DrJava | | | SourceForge | | | Blog |
Implement a bounded buffer and a reader-writer lock. This year we will only be doing the bounded buffer, not the reader-writer lock.
For more information, refer to the concurrency constructs lecture.
There are other ways to implement the homework, but here are our solutions:
(Solutions will be posted after the assignment has been turned in.)
URL: http://www.cs.rice.edu/~javaplt/402/12-spring/hw/conc1/index.shtml