summaryrefslogtreecommitdiff
path: root/trunk/TAO/performance-tests/POA/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/performance-tests/POA/README')
-rw-r--r--trunk/TAO/performance-tests/POA/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/trunk/TAO/performance-tests/POA/README b/trunk/TAO/performance-tests/POA/README
new file mode 100644
index 00000000000..af00cf0d727
--- /dev/null
+++ b/trunk/TAO/performance-tests/POA/README
@@ -0,0 +1,25 @@
+// $Id$
+
+The following applications are used to measure performance of TAO's POA.
+
+ . Object_Creation_And_Registration
+
+ This test is used to measure the time it takes to
+ register and activate an object in the POA.
+
+ . Demux
+
+ This test directory tests various demultiplexing
+ strategies used in the object adapter: searching for
+ POAs, servants and operation names
+
+
+ . Implicit_Activation
+
+ Measure the time required to activate servants via _this()
+
+ . Create_Reference
+
+ Measure the time required to create object references
+ using create_reference_with_id()
+