summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/README')
-rw-r--r--TAO/tests/DSI_Gateway/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tests/DSI_Gateway/README b/TAO/tests/DSI_Gateway/README
new file mode 100644
index 00000000000..1d4cf2e9f48
--- /dev/null
+++ b/TAO/tests/DSI_Gateway/README
@@ -0,0 +1,14 @@
+# $Id$
+
+ A simple test for the DSI/DII gateway support. TAO can
+optimize some demarshaling/marshaling and data copying in the
+implementation of DSI/DII based gateways.
+ This is a smoke test and simple example for those features.
+
+ Use:
+
+$ server -o server.ior
+$ gateway -k file://server.ior -o gw.ior
+$ client -k file://gw.ior -i 100 -x
+
+ or run the run_test.pl script.