CS 3733 Operating Systems, Spring 2007 Assignment 5 Comments
This assignment was graded on a basis of 30 points.
- If you malloc something for each connection, it needs to be freed.
- The pointer you pass as thread argument needs to be unique for each
thread or it may be changed before the thread uses it.
- Don't go overboard using too many mutexes. Usually one will do.