summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-30 04:44:41 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-30 04:44:41 +0000
commit8ec58f8bca3a14ff33190ccedf790bba9cea5627 (patch)
tree68fc7dfe27053cd9c2fbd97d62746c58954b3289
parent77162a515c9c3c43dc959e3bc3bd5e579a3f87db (diff)
downloadATCD-8ec58f8bca3a14ff33190ccedf790bba9cea5627.tar.gz
ChangeLogTag:Sun Aug 29 23:30:00 1999 Kirthika Parameswaran
<kirthika@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 1dde21b4dba..3b481ff7bad 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,32 @@
+Sun Aug 29 23:30:00 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
+
+ * tao/orbconf.h:
+ Added TAO_USES_ROBUST_CONNECTION_MGMT macro which sets the
+ connection purging and recycling feature "on" by default.
+ Just commenting it out from orbconf.h and building libTAO.so
+ again will shut"off" the feature.
+
+ * tao/IIOP_Connector.{h,cpp}:
+ * tao/UIOP_Connector.{h,cpp}:
+ Using the TAO_USES_ROBUST_CONNECTION_MGMT macro made both the
+ pre-connect-strategy tagged changes and the connection purging
+ feature co-exist.
+
+ * tao/Acceptor_Impl.{h,cpp}:
+ The <accept> and <open> methods behave differently when the
+ connection purging is "on" and "off". The
+ <out_of_sockets_handler> method is not used when the feature is
+ not set.
+
+ * tao/Connector_Registry.{h,cpp}:
+ The <purge_connections> method is eliminated when the feature is
+ not used.
+
+ * tao/Pluggable.h:
+ The pure virtual <purge_connections> method was appropriately
+ not included in the class when the connection purging feature
+ was not requested.
+
Sun Aug 29 21:53:57 1999 David L. Levine <levine@cs.wustl.edu>
* tao/Operation_Table.cpp: with ACE_HAS_GNU_REPO, added