Update NEWS
[ACE_TAO.git] / ACE / netsvcs / clients / Tokens / mutex / README
blob78ce93e91f402e7d93f2a87e09254fec8cbeba33
3 test_mutex
5 test_mutex tests ACE_Local_Mutex and ACE_Remote_Mutex with both local
6 and global proxies.  "Local proxies" mean that each thread uses its
7 own proxy (but same logical token.)  "Global proxy" means that all
8 threads access the same proxy (and, of course, the same logical
9 token.)
11 test_mutex can take the number of threads to run from the
12 command-line.  Thus, to run the test with one thread and local
13 mutexes, type:
15 % ./test_mutex
17 To run the test with 10 threads and local mutexes, type:
19 % ./test_mutex -t 10
21 To run the test with 10 threads and remote mutexes, type:
23 % ./test_mutex -t 10 -r