| |
| | Monitor Programming Assignment (Site not responding. Last check: 2007-10-12) |
 | | Write a multi-class multithreaded Java program that simulates multiple sleeping barbers, all in one barbershop that has a finite number of chairs in the waiting room. |
 | | In other words, if barber A finishes cutting a customer followed a bit later by barber B finishing cutting, it is acceptable for barber B to get another customer to cut before barber A. Input Data |
 | | These represent the number of customers, the number of barbers, the upper bound on customer hair growing time for the random number generator, the upper bound on hair cutting time for the random number generator, the number of waiting room chairs, and the simulation runtime, respectively. |
| www.mcs.drexel.edu /~shartley/ConcProgJava/Labs/sleepingBarbersMON.html (377 words) |
|