summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 13:10:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 13:10:20 +0000
commite379a3b4cdbcebb94e73fd86b9cef36884f34604 (patch)
treeca631b50a9d07d40b978d9006ea264db931b6052 /TAO/examples/PluggableUDP
parent86ab3cbf7b5fd1863fcc7dde6e86a9a835e69a55 (diff)
downloadATCD-e379a3b4cdbcebb94e73fd86b9cef36884f34604.tar.gz
Fuzz
Diffstat (limited to 'TAO/examples/PluggableUDP')
-rw-r--r--TAO/examples/PluggableUDP/DIOP/README4
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/README7
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/README5
3 files changed, 10 insertions, 6 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/README b/TAO/examples/PluggableUDP/DIOP/README
index b1522ddd5c3..4ff672dab49 100644
--- a/TAO/examples/PluggableUDP/DIOP/README
+++ b/TAO/examples/PluggableUDP/DIOP/README
@@ -1,3 +1,5 @@
+$Id$
+
DIOP - UDP Based Pluggable Protocol
===================================
@@ -30,7 +32,7 @@ Notes on the DIOP implementation:
TAO Connector. It installs a connection handler on the first
invocation on a remote CORBA object.
-DIOP Installation
+DIOP Installation
- The application using DIOP should have a svc.conf file with the
following entry:
diff --git a/TAO/examples/PluggableUDP/tests/Performance/README b/TAO/examples/PluggableUDP/tests/Performance/README
index 9f3e318ce64..923c74e97a7 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/README
+++ b/TAO/examples/PluggableUDP/tests/Performance/README
@@ -1,17 +1,18 @@
+$Id$
Performance tests for the performance of the DIOP
implementation using oneways in a roundtrip manor.
This means that the client sends a request to the server,
-which in turn sends a request to the client.
+which in turn sends a request to the client.
-1000 oneway requests containing a sequence of 256 chars are
+1000 oneway requests containing a sequence of 256 chars are
performed and the average time per call is measured.
To execute the test either
- use run_test.pl, or
-- start
+- start
server -o ior -ORBendpoint diop://:12345
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/README b/TAO/examples/PluggableUDP/tests/SimplePerformance/README
index 578bdc972b9..07e027ebd6f 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/README
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/README
@@ -1,8 +1,9 @@
+$Id$
Performance tests for the performance of the DIOP
-implementation using oneways.
+implementation using oneways.
-1000 oneway requests containing a sequence of 256 chars are
+1000 oneway requests containing a sequence of 256 chars are
performed and the average time per call is measured.
To execute the test either