
This directory implements a TokenServer that provides a network mutex
abstraction.  It is very simple to run the tests.  What I do is crank
up about 6 windows, run the

./server/tokenserver 

program in one window, and in the other 5 windows I run

repeat 1000 ./client/tokenclient 

This will test 5 clients trying to acquire the same token
simultaneously from the server.  If you check out the TokenClient.[hC]
files you'll see what options you can give to the tokenclient to make
it use different port numbers, host names, token names, and client
ids.

