summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Totten <tottens@users.noreply.github.com>2005-08-02 18:05:09 +0000
committerSteve Totten <tottens@users.noreply.github.com>2005-08-02 18:05:09 +0000
commit60468d31094f34040917d51077f279d580c3ad18 (patch)
treecff4c7f7ad7257c0d8842033efe6d0003389b4ad
parent4d63ec02dfd8a8ffc6a6f662019c16abd629756e (diff)
downloadATCD-60468d31094f34040917d51077f279d580c3ad18.tar.gz
ChangeLogTag: Tue Aug 2 13:01:58 2005 Steve Totten <totten_s@ociweb.com>
-rw-r--r--TAO/ChangeLog12
-rw-r--r--TAO/orbsvcs/Naming_Service/README21
2 files changed, 33 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 5190ab0d64e..a53eca224df 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,15 @@
+Tue Aug 2 13:01:58 2005 Steve Totten <totten_s@ociweb.com>
+
+ Applied the following change from the OCI TAO 1.4a repository on
+ behalf of Abdel Rigumye:
+
+ Fri Jul 29 14:30 2005 Abdel Rigumye <rigumyea@ociweb.com>
+
+ * orbsvc/Naming_Service/README:
+
+ Added and documented the existence of the -u and -r persistence
+ options
+
Tue Aug 2 09:53:23 2005 Simon McQueen <sm@prismtech.com>
* orbsvcs/tests/Bug_1630_Regression/test.mpc:
diff --git a/TAO/orbsvcs/Naming_Service/README b/TAO/orbsvcs/Naming_Service/README
index 67daa651f8a..9cc96f8575d 100644
--- a/TAO/orbsvcs/Naming_Service/README
+++ b/TAO/orbsvcs/Naming_Service/README
@@ -21,6 +21,10 @@ The following describes how to run the TAO Naming Service.
[-b base_address]
[-m (1=enable multicast responses,0=disable(default)]
[-z time]
+ [-d ]
+ [-u directory]
+ [-r directory]
+
2. Optional Command-line Arguments
@@ -77,6 +81,23 @@ The following describes how to run the TAO Naming Service.
timing out and throwing a 'Cannot proceed' exception
to the client. If no value is set this will never occur.
+ -d
+ Provides Naming Service specific debug information. By default
+ no diagnostics are given.
+
+ -u directory
+ Use a flat-file persistence implementation that stores object
+ reference information in a file per context. Each context file
+ is placed in the directory specified.
+
+ -r directory
+ Use redundant flat-file persistnece; same as the -u option,
+ except more than one instance of the TAO Naming Service server
+ can run, each using the same set of disk files, to achieve a
+ degree of fault tolerence (as long as directory is accessible
+ to both servers).
+
+
3. Environment Variables
NameServicePort