Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Strategies / README
blob1626a9470520a5e6ef0255f01a642332ecee3958
3         This test helps show the various ways in which the default and
4 advanced TAO Strategies can be dynamically loaded.
6 The default TAO strategies are defined in tao/default_resource.cpp and
7 the advanced TAO strategies are defined in
8 tao/Strategies/advanced_resource.cpp.
10         The advanced TAO strategies can be loaded dynamically or
11 statically linked. To load these strategies dynamically, we need to
12 use the service configurator files. But, if we need to link them
13 statically, we need to link the library and include the header file.
15         This test shows a simple case where in only the default
16 strategies are used. It also shows the advanced case where in the
17 advanced strategies are used.
19         The test can be run using the perl script available or
20 manually.