1 CollocationStrategy TAO_COLLOCATION_BEST:
3 This tests performs a series of checks on CollocationStrategy 'best' (TAO_COLLOCATION_BEST) support in TAO.
5 With CollocationStrategy 'best' the best possible collocation strategy is tried to perform.
6 If TAO_COLLOCATION_DIRECT is possible, this has to be used, else if TAO_COLLOCATION_THRU_POA
7 is possible this has to be used, else use remote stub.
9 The test Collocated_Best_Direct uses IDLflags -Sp, to disable Thru_poa collocation
10 and -Gd, to enable Direct collocation.
11 Starting the test with -ORBCollocationStrategy 'best' ,
12 the test should use TAO_COLLOCATION_DIRECT collocation.
14 The test Collocated_Best_ThruP uses default IDLflags,so Thru_poa collocation is enabled
15 and Direct collocation is default not enabled.
16 Starting the test with -ORBCollocationStrategy 'best', the test should use
17 TAO_COLLOCATION_THRU_POA collocation.
19 The test Collocated_Best_ThruP uses IDLflags -Sp, to disable Thru_poa collocation
20 and Direct collocation is default not enabled.
21 Starting the test with -ORBCollocationStrategy 'best', the test should use no collocation, but remote stubs.