
./client/

  This subdir contains all client api's for the Token library.  This
  includes ACE_Remote_[Mutex,RLock,WLock].  Applications wishing to
  use the Token_Server must link with libToken_Server_Client made from
  these source files.

  ACE_Remote_Mutex uses ACE_Connection_Repository to allow multiple
  mutexes to share connections to the token server.  The repository
  uses a user monitoring scheme to close unused connections.  However,
  the current implementation has room for optimizations.


./server/

  This subdir contains the source files implementing the Token_Server.

./mutex_example/

  This subdir contains a simple example of how to use ACE_Remote_Mutex.

./script_example/

  This subdir gives a complex example of how to use ACE_Remote_Mutex
  with ACE_Token_Collection.

./deadlock_example/

  This subdir contains a single-threaded example for testing the token
  server's deadlock detection algorithm.

./threaded_deadlock_example/

  This subdir contains a multi-threaded example for testing the token
  server's deadlock detection algorithm.
