summaryrefslogtreecommitdiff
path: root/TAO/tao/ChangeLog
blob: 4756f37d14a4914d94c4a20607df3ec30be2326c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.