Handout: Simple Solutions to the Producer/Consumer Problem [in ps] [in pdf]
Introduction to Java Threads (Slides)
The small Java example used in the slides is here
and assigning priorities to Java threads example code is
here
Handout: Programming Critical Sections on SPARC [in ps] [in pdf]
Shared Memory Solution to the Producer/Consumer Problem Using Java:
BoundedBuffer.java
Consumer.java
Prodcuer.java
Server.java