diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-11 03:53:34 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-11 03:53:34 +0000 |
commit | 0fd9d9446ddf29af56e48a593eaf0a7a3b8ae969 (patch) | |
tree | 4b2fb1ed482b1550752f5c7ea575222319061d4b /TAO/orbsvcs/Naming_Service/README | |
parent | 8418e879d63c47ea542c0835c079578fd405d9e8 (diff) | |
download | ATCD-0fd9d9446ddf29af56e48a593eaf0a7a3b8ae969.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/Naming_Service/README')
-rw-r--r-- | TAO/orbsvcs/Naming_Service/README | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/TAO/orbsvcs/Naming_Service/README b/TAO/orbsvcs/Naming_Service/README index 9fffce58ea3..88cc4b3464a 100644 --- a/TAO/orbsvcs/Naming_Service/README +++ b/TAO/orbsvcs/Naming_Service/README @@ -12,13 +12,17 @@ To Run: ====== % Naming_Service [-ORBport port] [-ORBobjrefstyle url] - [-ORBnameserviceport nsport] + [-ORBnameserviceport nsport] [-s context_size] Arguments: -========== +========== port - The ORB port nsport - Multicast port. - + context_size - Size of the hash table allocated upon the + creation of the root Naming Context (if one is created). + (All contexts created under the root will use the same size + for their hash tables). + Environment Variables: ===================== @@ -39,16 +43,16 @@ listening as object <iiop:1.0//tango:20000/P35194c690003809cRootPOA/child_poa/Na The multicast server setup is done. NameService Client: -================== +================== A client of the TAO Naming Service will use the ORB resolve_initial_references to resolve the NamingService object. This will be done using Multicast by default. This behavior can be overridden by these 2 ways. - 1. passing the argument -ORBnameserviceior ior. + 1. passing the argument -ORBnameserviceior ior. This ior is got from the output of the Naming_Service from - line 'listening as object <iiop:..>'. + line 'listening as object <iiop:..>'. 2. setting the env. variable 'NameService'. @@ -56,7 +60,7 @@ For example if a client wants to use the Naming_Service from the sample run it would be like, %client -ORBnameserviceior - <iiop:1.0//tango:20000/P35194c690003809cRootPOA/child_poa/NameService> + <iiop:1.0//tango:20000/P35194c690003809cRootPOA/child_poa/NameService> or set the environment variable, @@ -72,5 +76,3 @@ or set the environment variable, more than one NamingService to avoid the confusion of a server registering its object with one NamingService and the client getting the reply from some other NamingService. - - |