summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/README')
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/README b/TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/README
index 0cadcfc8e51..24a6ed860b6 100644
--- a/TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/README
+++ b/TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/README
@@ -1,12 +1,12 @@
/**
@page Multi_Threaded README File
-
- This black box experiment measures "multi-threading" support present in CIAO.
-In this test, a client component spawns four threads that concurrently invoke operations
+
+ This black box experiment measures "multi-threading" support present in CIAO.
+In this test, a client component spawns four threads that concurrently invoke operations
on the server. The latency, throughput and jitter for each thread is printed out. The
-motivation of this test is to observe scalability when a ComponentServer receives
-multiple requests from parallel clients. A sister test, ../Multi_Process documents
+motivation of this test is to observe scalability when a ComponentServer receives
+multiple requests from parallel clients. A sister test, ../Multi_Process documents
behavior as parallel clients (separate processes) invoke requests on the server.
*/