Homework 6

Out: Wednesday November 7

Reading

Due: Friday November 9

Read the text: Silberschatz Chapters 12, 10 (in that order)

Exercises

Due: Wednesday November 14 at the start of class

Written problems to be turned in in class:
12.1, 12.7, 12.14
10.11

Additonal Problem to be submitted electronically:
Write a threasafe version of a hashtable in C. We are not worried about sophistocated hash functions, just
implement a basic hashtable with mutexes and condition variabls. Your solution should compile and execute.

To submit your code:
1. Put source files (no executables) in a directory named [username]-hw6 where [username] is your cse username.
2. On attu type:

turnin -c cse451 -p hw6 [username]-hw6