diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-03-29 02:57:11 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-03-29 02:57:11 +0000 |
commit | 1f371c879356202b4260595bb8d832cf2635ee82 (patch) | |
tree | 053395a7047cf2830974314d88b506ebb7c405bd /TAO/orbsvcs/Concurrency_Service | |
parent | 8c1626cd254c70139efe4678ceb284121aab84b0 (diff) | |
download | ATCD-1f371c879356202b4260595bb8d832cf2635ee82.tar.gz |
ChangeLogTag: Mon Mar 28 18:44:03 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Concurrency_Service')
-rw-r--r-- | TAO/orbsvcs/Concurrency_Service/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/Concurrency_Service/README b/TAO/orbsvcs/Concurrency_Service/README index 007d4fb7b51..5eb1c83a529 100644 --- a/TAO/orbsvcs/Concurrency_Service/README +++ b/TAO/orbsvcs/Concurrency_Service/README @@ -23,13 +23,13 @@ $TAO_ROOT/orbsvcs/Concurrency_Service directory. -The server accepts the folowing options: +The server accepts the following options: usage: ./Concurrency_Service [-d] [-o] <ior_output_file> [-d] is the debug option [-o] <ior_output_file> outputs the IOR of the lock set factory to the file - [-s] Prevents the concurency server from using the naming server + [-s] Prevents the concurrency server from using the naming server The lock set factory is registered in the naming service in the CosConcurrency context with the name "LockSetFactory". @@ -44,12 +44,12 @@ the following files: CC_LockSet.{h,cpp} Implementation of the lock set. At present there is only one implementation of the lock set which - implements multiple possesion semantics for both + implements multiple possession semantics for both transactional (which is not otherwise supported) and non-transactional clients. Please see the comments in the CC_LockSet.h file for further details. - CC_LockSetFactory.{h,cpp} Iplementation of the lock set + CC_LockSetFactory.{h,cpp} Implementation of the lock set factory Concurrency_Utils.{h,cpp} Wrapper around the concurrency |