summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Callback/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Callback/README')
-rw-r--r--TAO/performance-tests/Callback/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/performance-tests/Callback/README b/TAO/performance-tests/Callback/README
new file mode 100644
index 00000000000..1342fcba35a
--- /dev/null
+++ b/TAO/performance-tests/Callback/README
@@ -0,0 +1,17 @@
+# $Id$
+
+ A performance test for Callback objects.
+
+ This test measures roundtrip delays for a callback object,
+i.e. the "client" creates a Callback interface, then it passes the
+interface to the "server". The client then proceeds to make multiple
+requests to the server, on each request the server make an invocation
+on the callback object.
+ In short this is very similar to what event services do, and
+it can be used to compare ORB vs. event service performance, as well
+as to fine-tune the ORB configuration for this scenario.
+
+ Run using:
+
+$ ./server -o test.ior
+$ ./client -i 1000 -k file://test.ior