summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/README')
-rw-r--r--TAO/examples/PluggableUDP/tests/README54
1 files changed, 0 insertions, 54 deletions
diff --git a/TAO/examples/PluggableUDP/tests/README b/TAO/examples/PluggableUDP/tests/README
deleted file mode 100644
index ec008493401..00000000000
--- a/TAO/examples/PluggableUDP/tests/README
+++ /dev/null
@@ -1,54 +0,0 @@
-DIOP - UDP Based Pluggable Protocol - Example
-=============================================
-
-This example tests the UDP Pluggable Protocol (DIOP) implementation by
-sending oneway requests to a server. The server in turn replies to
-the client with the request ID, he got on the invocation. The client
-therefore implements the same object to handle replies.
-
-To start the test do the following:
-
- server -o ior_file -ORBEndpoint diop://:1306
-
- client -k file://ior_file -ORBEndpoint diop://:1305
-
- or just run the Perl Script
-
- run_test.pl
-
-To test proper dispatching functionality of requests from several
-clients just start several clients in the same way, but with different
-ports
-
-The CORBA object implemenation checks the request ID for sequential
-ordering. If a request arrives out of order, it will note it - on
-client as well as on server side.
-
-Persistent IOR test:
-
- - In order to be able to restart the server transparently to the
- client, the server needs to use persistent IORs.
-
- The port on which the server is listening should stay the same,
- this can be achieved by e.g. "-ORBEndpoint diop://:1233"
-
-
-DIOP Installation and Implemenation:
-
- Please see the $TAO_ROOT/examples/PluggableUDP/DIOP/README file for
- more information.
-
-
-Appendix:
-
- The client understands the following options:
- -d
- -k <ior>
- -t <timeout in ms>
- -i <iterations>
-
-Comments, Suggestions, or Feedback:
-
- mailto:Michael.Kircher@mchp.siemens.de or,
- mailto:John.Mackenzie.extern@icn.siemens.de or,
- mailto:fhunleth@cs.wustl.edu