Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / performance-tests / Latency / Thread_Pool / README
blob05e6cf650e8071e3b5b7bc4351f4740f251eba6d
1 /**
5 @page Thread Pool Latency Test README File
7         This test tries to estimate the minimum latency for the
8 Thread-Pool concurrency model.  The test uses a multi-threaded client
9 and server.
11         Please do not extend this test to deal with other data types,
12 configurations, etc.  If you need to just create a new test.  In the
13 past we had multi-purpose tests like that, they were hard to maintain,
14 and the results were hard to interpret.  Furthermore, the test is
15 purposely simple so its output can be parsed via nightly scripts and
16 plotted in a graph.   More importantly, the overhead of marshaling is
17 better measures using an isolated test, that does not involve the
18 network.
20         To run the test use the run_test.pl script:
22 $ ./run_test.pl
24         the script returns 0 if the test was successful, and prints
25 out the performance numbers.