summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/README')
-rw-r--r--TAO/examples/Simple/echo/README15
1 files changed, 7 insertions, 8 deletions
diff --git a/TAO/examples/Simple/echo/README b/TAO/examples/Simple/echo/README
index 019118524b4..71e990e537d 100644
--- a/TAO/examples/Simple/echo/README
+++ b/TAO/examples/Simple/echo/README
@@ -7,7 +7,7 @@ shuts down the server.
server:
-------
-server [-d] [-o <ior_output_file>] [-n]
+server [-d] [-o <ior_output_file>] [-s]
Options:
-------
@@ -15,7 +15,7 @@ Options:
-o Outputs the ior to the file
The ior is the reference using which the client can interact with
the target server object.
--n Use the naming service
+-s Use the naming service
When the server is started, you should see as the first line of output
something that looks like
@@ -34,22 +34,21 @@ options are ignored.
client:
-------
-client [-d] [-x] [-f <Server_ior_file>] [-k ior] [-n naming service]
+client [-d] [-x] [-f <Server_ior_file>] [-n iterations] [-k ior] [-s]
Options:
-------
-d Debug flag
-x Tells the server to shutdown at the end of the test.
-f Reads the server ior from the file
--k IOR or The IOR can also be given in the format like file://[file.ior]
- with the full path
-
--n Use the naming service
+-n no. of iterations
+-k IOR
+-s Use the naming service
You can either cut and paste the IOR from the server to the client
(with the -k option), have the client read the IOR from a file using
the -f option (this file is produced using the -o option of the
-server), or use the naming service (with the -n option).
+server), or use the naming service (with the -s option).
run_test.pl:
------------