summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-23 21:53:23 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-23 21:53:23 +0000
commit2a274f7bfc2a391e0583a178017b5a7be6252d37 (patch)
treebac82be39de7905393f7a6e5622f7a49ccb36e09
parent801d02dafca3718e9b8160008f751b3475ec496e (diff)
downloadATCD-2a274f7bfc2a391e0583a178017b5a7be6252d37.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c43
1 files changed, 25 insertions, 18 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index abf3130ead7..efe8791246c 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,24 +1,31 @@
+Tue Jun 23 16:47:43 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/ORB_Core.h (class TAO_Collocation_Table_Lock): Rename
+ TAO_COLTBL_Lock TO TAO_Collocation_Table_Lock. COLTBL was a bit
+ cryptic. Changed its implementation to use the new
+ ACE_Adaptive_Lock class.
+
Tue Jun 23 12:34:23 1998 Seth Benjamin Widoff <sbw1@waltz.cs.wustl.edu>
* orbsvcs/orbsvcs/Makefile:
* orbsvcs/orbsvcs/Trader/Trader.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Trader_T.{h,cpp}:
Merged Attributes(_T).{h,cpp} into the above files. Updated the
- Makefile.
+ Makefile.
Tue Jun 23 12:18:39 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/Event/Task_Manager.h:
- * orbsvcs/orbsvcs/Event/Task_Manager.i:
- * orbsvcs/orbsvcs/Event/Task_Manager.cpp:
- * orbsvcs/orbsvcs/Event/Event_Channel.h:
- * orbsvcs/orbsvcs/Event/Event_Channel.i:
- * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
- * orbsvcs/orbsvcs/Event/Dispatching_Modules.h:
- * orbsvcs/orbsvcs/Event/Dispatching_Modules.i:
- * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
- * orbsvcs/orbsvcs/Event/RT_Task.cpp:
- * orbsvcs/orbsvcs/Event/ReactorTask.cpp:
+ * orbsvcs/orbsvcs/Event/Task_Manager.h:
+ * orbsvcs/orbsvcs/Event/Task_Manager.i:
+ * orbsvcs/orbsvcs/Event/Task_Manager.cpp:
+ * orbsvcs/orbsvcs/Event/Event_Channel.h:
+ * orbsvcs/orbsvcs/Event/Event_Channel.i:
+ * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
+ * orbsvcs/orbsvcs/Event/Dispatching_Modules.h:
+ * orbsvcs/orbsvcs/Event/Dispatching_Modules.i:
+ * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
+ * orbsvcs/orbsvcs/Event/RT_Task.cpp:
+ * orbsvcs/orbsvcs/Event/ReactorTask.cpp:
The Event Channel can be shutdown cleanly using the destroy()
method. The problem was that two components (the Dispatching
Module and the TaskManager or the handler for Timer threads)
@@ -29,25 +36,25 @@ Tue Jun 23 12:18:39 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
threads; if the argument is FALSE the user must call the
activate() method to start the threads.
- * orbsvcs/orbsvcs/RtecEventComm.idl:
- * orbsvcs/orbsvcs/RtecEventChannelAdmin.idl:
+ * orbsvcs/orbsvcs/RtecEventComm.idl:
+ * orbsvcs/orbsvcs/RtecEventChannelAdmin.idl:
Many operations were oneways because early releases of TAO did
not support nested upcalls.
- * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
+ * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
use the activate method to start the threads.
- * orbsvcs/Event_Service/Event_Service.cpp:
+ * orbsvcs/Event_Service/Event_Service.cpp:
Added support for a collocated Scheduling Service; this is the
common use case that we wish to implement, improves performance
and works around some nested upcall problems in the ORB.
The user can select the old behavior using the <-s global>
flag.
- * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
+ * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
Only shutdown the EC once our event loop exits
- * orbsvcs/tests/EC_Multiple/histo.pl:
+ * orbsvcs/tests/EC_Multiple/histo.pl:
Fixed typo in a comment.
Tue Jun 23 11:59:12 1998 David L. Levine <levine@cs.wustl.edu>