summaryrefslogtreecommitdiff
path: root/TAO/tao/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ChangeLog')
-rw-r--r--TAO/tao/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/ChangeLog b/TAO/tao/ChangeLog
new file mode 100644
index 00000000000..4756f37d14a
--- /dev/null
+++ b/TAO/tao/ChangeLog
@@ -0,0 +1,13 @@
+Thu Jul 25 07:17:02 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/ORB_Core.h:
+ * tao/ORB_Core.cpp:
+ * tao/Thread_Lane_Resources.h:
+ * tao/Thread_Lane_Resources.cpp (finalize): Moved the allocators,
+ used to create the InputCDR allocators like the data_block
+ allocator, message_block allocator, buffer allocator and the
+ allocator used for buffering messages in the transport object
+ from the ORB_Core to the lanes. Since these allocators are
+ global, sharing the allocators across threads in multiple lanes
+ could lead to jitter.
+