COSC441 Assignment 2, 2017

The purpose of this assignment is to get you to write a concurrent program which does something not entirely trivial for which concurrency is appropriate. This is simplified from what I described in lecture 4.

The situation is an "Auction" service.

I have capitalised Service, Client, and Auction, because each of these things should correspond to an independent thread.

Your task has three parts: