summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/Thread_Pool/README
blob: 53770acd916d8952ecb590137019c662f1500995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**

@page Thread Pool Sequence Latency Test README File

	This test tries to estimate the minimum latency for the
Thread-Pool concurrency model for sequences of different data
types and sizes.  The test uses a multi-threaded client
and server.

	
	To run the test use the run_test.pl script:

$ ./run_test.pl

	the script returns 0 if the test was successful, and prints
out the performance numbers.

*/