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:
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