summaryrefslogtreecommitdiff
path: root/TAO/tests/Strategies/README
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:21 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:21 +0000
commit3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (patch)
tree197c810e5f5bce17b1233a7cb8d7b50c0bcd25e2 /TAO/tests/Strategies/README
parent6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (diff)
downloadATCD-3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tests/Strategies/README')
-rw-r--r--TAO/tests/Strategies/README20
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.