Update NEWS
[ACE_TAO.git] / ACE / netsvcs / clients / Tokens / README
blob7d11c3c32b9792ef8101dd1f5309a2fbaa00b113
3 This directory contains a set of tests for the ACE Tokens library.
5   . mutex
7     Runs a few tests on ACE_Local_Mutex and
8     ACE_Remote_Mutex.  Tests recursive acquisition and
9     global vs local proxies.
11   . rw_locks
13     App for testing ACE_Local_RLock, ACE_Local_WLock,
14     ACE_Remote_RLock, and ACE_Remote_WLock.
16   . deadlock
18     Tests the deadlock detection algorithm of the token
19     manager using ACE_Local_Mutex and ACE_Remote_Mutex.
21   . collection
23     Tests the ACE_Token_Collection utility.  Uses local
24     and remote tokens and readers/writer locks.
26   . invariant
28     Tests the token Invariant testing utilities.  Yes,
29     this tests a testing utility.
31   . manual
33     Gives users a text-based interactive interface to
34     local or remote tokens.  This is extremely useful for
35     manually testing the token server and setting up
36     deadlock scenarios.