summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/Multi_Threaded/README
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/Multi_Threaded/README')
-rw-r--r--CIAO/performance-tests/Benchmark/Multi_Threaded/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/CIAO/performance-tests/Benchmark/Multi_Threaded/README b/CIAO/performance-tests/Benchmark/Multi_Threaded/README
deleted file mode 100644
index 0cadcfc8e51..00000000000
--- a/CIAO/performance-tests/Benchmark/Multi_Threaded/README
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
-
-@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
-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
-behavior as parallel clients (separate processes) invoke requests on the server.
-
-*/