Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Parallel_Connect_Strategy / README
blob2d972105f7f3861f9bd4a55ec731bd96e6f8b4b2
1 /**
5 @page Parallel Connect Strategy Test README File
7 This test is intended to demonstrate that the Parallel Connect
8 strategy improves performance of connection establishment regardless
9 of the wait strategy involved.
11 The measurements are timed invocations based on the ACE_High_Res_Timer.
13 Sample run_test.pl output:
14 LF wait strategy test
15 Starting invocation 1 - call completed in 6347 usec
16 Starting invocation 2 - call completed in 406 usec
18 LF wait strategy, corbaloc test
19 Narrowing IOR - call completed in 5172 usec
20 Starting invocation 1 - call completed in 193 usec
21 Starting invocation 2 - call completed in 170 usec
23 Reactive wait strategy test
24 Starting invocation 1 - call completed in 4469 usec
25 Starting invocation 2 - call completed in 361 usec
27 Blocked wait strategy test
28 Starting invocation 1 - call completed in 189015027 usec
29 Starting invocation 2 - call completed in 408 usec
31 No parallel connect test
32 Starting invocation 1 - call completed in 189014806 usec
33 Starting invocation 2 - call completed in 189012352 usec