summaryrefslogtreecommitdiff
path: root/TAO/tests/Strategies/README
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-07 20:10:11 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-07 20:10:11 +0000
commitc30fd3148be2f7d204f0b6f9db17fadf57f25495 (patch)
treec7e1d2bd768cd6d4a99fdf31385a00498116615f /TAO/tests/Strategies/README
parentae667cb3d8cfff36bc486b8bb52c63b55ee6643a (diff)
downloadATCD-c30fd3148be2f7d204f0b6f9db17fadf57f25495.tar.gz
ChangeLogTag: Thu Dec 7 11:59:28 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tests/Strategies/README')
-rw-r--r--TAO/tests/Strategies/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/tests/Strategies/README b/TAO/tests/Strategies/README
new file mode 100644
index 00000000000..e724a0fbc9e
--- /dev/null
+++ b/TAO/tests/Strategies/README
@@ -0,0 +1,27 @@
+// $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
+staticallu linked. To load these startegies 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.
+
+
+
+
+
+
+