summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-09 21:21:58 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-09 21:21:58 +0000
commitff149a6d654c59572bc23d991ee4fea3f34ce28e (patch)
treea1989c25369df8d504d7576bd239d239fc6eab32
parente5ceee92c7c9845d4f7fdc361e572173df7cf660 (diff)
downloadATCD-ff149a6d654c59572bc23d991ee4fea3f34ce28e.tar.gz
added a short blurb about persistence.
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/README b/TAO/orbsvcs/orbsvcs/Naming/README
index e43b9da0167..ecec41946a3 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/README
+++ b/TAO/orbsvcs/orbsvcs/Naming/README
@@ -40,3 +40,14 @@ The class structure described above makes it easy to:
PERSISTENCE
+
+The first version of Persistent Naming implementation is here!
+It is based on the memory-mapped files. Directions on how to use the
+Persistent version of the Naming Service can be found in
+TAO/orbsvcs/Naming_Service/README (by using a command-line option).
+
+The current set of classes implementing persistent version of the
+Naming Service will be restructured for one of the upcoming releases
+(to factor out commonality, get rid of unnecessary generality, etc.),
+at which time more documentation will be available in this README file
+and in the source code. \ No newline at end of file