summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/tao/ChangeLog b/TAO/tao/ChangeLog
index f02e9efaab5..7f5294e5222 100644
--- a/TAO/tao/ChangeLog
+++ b/TAO/tao/ChangeLog
@@ -1,3 +1,20 @@
+Tue Jan 18 10:49:41 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
+
+ * tao/Connection_Handler.cpp:
+ * tao/Connection_Handler.h:
+ * tao/Connection_Handler.inl:
+ * tao/GIOP_Message_Base.cpp:
+ * tao/GIOP_Message_Base.h:
+ * tao/GIOP_Message_Generator_Parser_12.cpp:
+ * tao/Transport.h:
+ * tao/Synch_Invocation.cpp:
+
+ Strategies for resolving the POA only once for each call and
+ cacheing the request. The second strategy is to cache the
+ request header and reply header in case of single
+ threaded. These optimizations are using TAO_HAS_HEADER_CACHING
+ and TAO_CACHE_SERVANT_REF.
+
Mon Jan 10 10:51:18 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
* tao/GIOP_Message_Base.cpp: