CS 322 Fall 2013
Project 4 |
OSP2: Tasks
|
/Shared/cs322/submit/proj4It must contain your TaskCB.java and a readme with
You may work in groups of two. Collaboration within a group is, of course, unrestricted. You may discuss the program with members of other groups, but what you turn in must be your own group's work.
It is a violation to the Honor Code not to acknowledge others' work fully and openly.
You should cite any online resources you consulted to help you solve this project.
You may NOT directly copy any code or any text from anywhere.
/Shared/cs322/public/proj4You should follow the instructions contained in the readme file
Read Chapters 1 and 2 of the OSP2 manual to prepare yourself for the fourth hour.
Reply to the questions posted on Moodle so as:to familiarize yourself with the basics of the OSP2 simulator.
The tasks project is about handling tasks, aka processes.
The only class to implement is TaskCB, the class representing a task.
The code handles creation and destruction of a task.
Check the log files provided in the log folder contained in the proj4 folder you copied
from royal.
There are examples of log files generated as the program is
developed incrementally.