summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/README
blob: 24a6ed860b6e6a1cf85c4353f55825d8b0202c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
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.

*/