summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/README
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/README
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/README')
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/README35
1 files changed, 0 insertions, 35 deletions
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/README b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/README
deleted file mode 100644
index df000702a39..00000000000
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/README
+++ /dev/null
@@ -1,35 +0,0 @@
-// $Id$
-
-This directory contains programs for measuring performance/priority
-inversions for the single server endpoint scenario (described below).
-
-Server, which has a single endpoint,
-creates a Test object and exports its ior. Client runs the specified
-number of threads at specified priorities (see command line arguments
-description below), with the threads concurrently invoking an
-operation on an ior exported by the server.
-
-See run-test.pl for a sample run. (Perl script starts a server, and
-then runs a client with 5 low-priority threads and one high-priority thread).
-
-
-Command Line Arguments
-**********************
-
-server
-
--o <ior_output_file> Name of the file where to store IOR of the server.
-
-client
-
--i <ior> IOR of the object to use for invocations.
-
--n <number of iterations> Number of invocations each thread must
- perform on the object.
-
--p <period> Period with which invocations should be made.
-
--t <corba_priority> Specify a corba priority of a a client
- thread to run. This option can be used
- multiple times in order to specify the
- number of threads in the client and their priorities.