summaryrefslogtreecommitdiff
path: root/trunk/CIAO/performance-tests/Benchmark/Multi_Threaded/README
blob: 0cadcfc8e514a63e76f0f76ace103ff2ac21cf14 (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.

*/