diff options
Diffstat (limited to 'TAO/tests/Strategies/README')
-rw-r--r-- | TAO/tests/Strategies/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tests/Strategies/README b/TAO/tests/Strategies/README new file mode 100644 index 00000000000..d6116565696 --- /dev/null +++ b/TAO/tests/Strategies/README @@ -0,0 +1,20 @@ +// $Id$ + + This test helps show the various ways in which the default and +advanced TAO Strategies can be dynamically loaded. + +The default TAO strategies are defined in tao/default_resource.cpp and +the advanced TAO strategies are defined in +tao/Strategies/advanced_resource.cpp. + + The advanced TAO strategies can be loaded dynamically or +statically linked. To load these strategies dynamically, we need to +use the service configurator files. But, if we need to link them +statically, we need to link the library and include the header file. + + This test shows a simple case where in only the default +strategies are used. It also shows the advanced case where in the +advanced strategies are used. + + The test can be run using the perl script available or +manually. |