summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-30 04:21:52 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-30 04:21:52 +0000
commit07491d7f8e53b6a5e08f8d6d8acb03334ce4de3c (patch)
tree3054538190dbfb8609a00f2a63b794f06717d0a6
parent7fe41ec587b34fc4770ddd14ec1c1fd98248cada (diff)
downloadATCD-07491d7f8e53b6a5e08f8d6d8acb03334ce4de3c.tar.gz
Added TAO_USES_ROBUST_CONNECTION_MGMT macro
-rw-r--r--TAO/tao/orbconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index bd7b191844c..b3d14947abb 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -148,6 +148,10 @@
# define TAO_MAXIMUM_NATIVE_TYPE_SIZE 128
#endif /* TAO_MAXIMUM_NATIVE_TYPE_SIZE */
+// By default connection purging and recycling are done to provide robust
+// connection management in TAO.
+#define TAO_USES_ROBUST_CONNECTION_MGMT
+
// This deals with the strategies for connection caching. By default
// it is the Null Strategy. Although it shall be Least Recently Used
// (LRU) with the default purging percentage of 20% once this feature