
Simple example of how to use ACE_Remote_Mutex.  To run the test, first
run the Token_Server.  Usage of the client is as follows:

./simple_token_client -u
./simple_token_client:
[-h server-host]
[-p server-port]
[-r repetitions][-t token-name]
[-w secs:usecs

So, if the Token_Server is running on the same host, you can just type:

% ./simple_token_client

Or, if the Token_Server is running on a different host, you can type

% ./simple_token_client -h <remote_host>
