Team Project 3

Further Extension of the Shell

Converting each command to a thread

Due 3/17, 11:59 p.m.

 

Convert each command in the first project to a thread. To synchronize a command so that it behaves exactly like your current project, you need to use the java API method join. After you finish this project execute (with exec) the producer-consumer program.  Not waste your time typing this program, I made a zip file of the producer-consumer program.