3 Shows how applications can use the ACE_Token_Collection utility. This
4 example creates three collections and spawns a thread to operate on
5 each. The threads use the collective acquire, renew, and release
6 features of ACE_Token_Collection.
8 Here are the command-line parameters for collection:
16 To run the collection locally with debugging info, type
20 To run the collection remotely with debugging info, first start a
21 token server and the type:
23 % ./collection -d -h <token-server-host> -p <token-server-port>
25 The -n <iterations> option is to control how often each thread
26 iterates on the acquire, renew, release cycle.