summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-21 04:09:01 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-21 04:09:01 +0000
commit26a2cb0601deecdf8c66f689ed3b4b6b5efe5428 (patch)
tree80b6a2b7dabb946a726bf306dfe699c4167be87a
parent536b5a992f2a1fa9d1619a9a6f07ee692aa24895 (diff)
downloadATCD-26a2cb0601deecdf8c66f689ed3b4b6b5efe5428.tar.gz
*** empty log message ***
-rw-r--r--TAO/local/ChangeLog132
1 files changed, 69 insertions, 63 deletions
diff --git a/TAO/local/ChangeLog b/TAO/local/ChangeLog
index 7f3180c7320..c66aba59997 100644
--- a/TAO/local/ChangeLog
+++ b/TAO/local/ChangeLog
@@ -1,18 +1,26 @@
+Thu Nov 20 22:07:36 1997 David L. Levine <levine@cs.wustl.edu>
+
+ * local/bin/Scheduling_Service/Scheduler_Generic.*:
+ added ACE_Scheduler_Generic. It's a drop-in
+ replacement for ACE_Scheduler_Internal that assigns
+ the same priority and subpriority to all tasks.
+
Wed Nov 19 14:53:25 1997 David L. Levine <levine@cs.wustl.edu>
- * Scheduler.cpp: #include Scheduler.h instead of Scheduler_Internal.h.
+ * local/bin/Scheduling_Service/Scheduler.cpp: #include
+ Scheduler.h instead of Scheduler_Internal.h.
(export): changed loop index from u_int to int to avoid
signed/unsigned comparison.
Tue Nov 18 13:26:32 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
- * tests/Latency.cpp:
+ * tests/Latency.cpp:
Added minimal code to measure round trip delays through the EC.
Mon Nov 17 18:44:29 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
- * tests/Latency.h:
- * tests/Latency.cpp:
+ * tests/Latency.h:
+ * tests/Latency.cpp:
Added small classes to implement the Supplier and Consumer
personalities of Latency_Supplier; they delegate on it to do the
job.
@@ -21,74 +29,72 @@ Mon Nov 17 18:44:29 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Sun Nov 16 00:11:28 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
- * README:
- * Makefile:
+ * README:
+ * Makefile:
This directory should hold the propietary code of Boeing. It
even holds its own Makefile to keep the profile *very* low.
IT MUST NOT BE DISTRIBUTED IN THE RELEASES.
- * bin/Makefile:
+ * bin/Makefile:
This directory contains the Services (Event and Schedule).
- * bin/Scheduling_Service/Makefile:
- * bin/Scheduling_Service/.cvsignore:
- * bin/Scheduling_Service/svc.conf:
- * bin/Scheduling_Service/Config_Scheduler.cpp:
- * bin/Scheduling_Service/Config_Scheduler.h:
- * bin/Scheduling_Service/Config_Scheduler.i:
- * bin/Scheduling_Service/Scheduler.cpp:
- * bin/Scheduling_Service/Scheduler.h:
- * bin/Scheduling_Service/Scheduler.i:
- * bin/Scheduling_Service/Scheduler_Internal.cpp:
- * bin/Scheduling_Service/Scheduler_Internal.h:
- * bin/Scheduling_Service/Scheduler_Internal.i:
- * bin/Scheduling_Service/dump_schedule.cpp:
- * bin/Scheduling_Service/schedule_service.cpp:
+ * bin/Scheduling_Service/Makefile:
+ * bin/Scheduling_Service/.cvsignore:
+ * bin/Scheduling_Service/svc.conf:
+ * bin/Scheduling_Service/Config_Scheduler.cpp:
+ * bin/Scheduling_Service/Config_Scheduler.h:
+ * bin/Scheduling_Service/Config_Scheduler.i:
+ * bin/Scheduling_Service/Scheduler.cpp:
+ * bin/Scheduling_Service/Scheduler.h:
+ * bin/Scheduling_Service/Scheduler.i:
+ * bin/Scheduling_Service/Scheduler_Internal.cpp:
+ * bin/Scheduling_Service/Scheduler_Internal.h:
+ * bin/Scheduling_Service/Scheduler_Internal.i:
+ * bin/Scheduling_Service/dump_schedule.cpp:
+ * bin/Scheduling_Service/schedule_service.cpp:
This is the implementation of the Scheduling Service.
The dump utility is also here, in the future we may want to move
it.
- * bin/Event_Service/Makefile:
- * bin/Event_Service/BCU.cpp:
- * bin/Event_Service/BCU.h:
- * bin/Event_Service/CORBA_Utils_T.cpp:
- * bin/Event_Service/CORBA_Utils_T.h:
- * bin/Event_Service/CORBA_Utils_T.i:
- * bin/Event_Service/Channel_Clients.i:
- * bin/Event_Service/Channel_Clients_T.i:
- * bin/Event_Service/Debug_Macros.h:
- * bin/Event_Service/Dispatching_Modules.cpp:
- * bin/Event_Service/Dispatching_Modules.h:
- * bin/Event_Service/Dispatching_Modules.i:
- * bin/Event_Service/Event_Channel.cpp:
- * bin/Event_Service/Event_Channel.h:
- * bin/Event_Service/Event_Channel.i:
- * bin/Event_Service/Event_Service.cpp:
- * bin/Event_Service/Fast_Reactor.h:
- * bin/Event_Service/GPlot_File.cpp:
- * bin/Event_Service/GPlot_File.h:
- * bin/Event_Service/GPlot_File.i:
- * bin/Event_Service/Local_ESTypes.cpp:
- * bin/Event_Service/Local_ESTypes.h:
- * bin/Event_Service/Local_ESTypes.i:
- * bin/Event_Service/Memory_Pools.cpp:
- * bin/Event_Service/Memory_Pools.h:
- * bin/Event_Service/Memory_Pools.i:
- * bin/Event_Service/RT_Task.cpp:
- * bin/Event_Service/RT_Task.h:
- * bin/Event_Service/RT_Task.i:
- * bin/Event_Service/ReactorTask.cpp:
- * bin/Event_Service/ReactorTask.h:
- * bin/Event_Service/Task_Manager.cpp:
- * bin/Event_Service/Task_Manager.h:
- * bin/Event_Service/Task_Manager.i:
- Implements the Event Service.
+ * bin/Event_Service/Makefile:
+ * bin/Event_Service/BCU.cpp:
+ * bin/Event_Service/BCU.h:
+ * bin/Event_Service/CORBA_Utils_T.cpp:
+ * bin/Event_Service/CORBA_Utils_T.h:
+ * bin/Event_Service/CORBA_Utils_T.i:
+ * bin/Event_Service/Channel_Clients.i:
+ * bin/Event_Service/Channel_Clients_T.i:
+ * bin/Event_Service/Debug_Macros.h:
+ * bin/Event_Service/Dispatching_Modules.cpp:
+ * bin/Event_Service/Dispatching_Modules.h:
+ * bin/Event_Service/Dispatching_Modules.i:
+ * bin/Event_Service/Event_Channel.cpp:
+ * bin/Event_Service/Event_Channel.h:
+ * bin/Event_Service/Event_Channel.i:
+ * bin/Event_Service/Event_Service.cpp:
+ * bin/Event_Service/Fast_Reactor.h:
+ * bin/Event_Service/GPlot_File.cpp:
+ * bin/Event_Service/GPlot_File.h:
+ * bin/Event_Service/GPlot_File.i:
+ * bin/Event_Service/Local_ESTypes.cpp:
+ * bin/Event_Service/Local_ESTypes.h:
+ * bin/Event_Service/Local_ESTypes.i:
+ * bin/Event_Service/Memory_Pools.cpp:
+ * bin/Event_Service/Memory_Pools.h:
+ * bin/Event_Service/Memory_Pools.i:
+ * bin/Event_Service/RT_Task.cpp:
+ * bin/Event_Service/RT_Task.h:
+ * bin/Event_Service/RT_Task.i:
+ * bin/Event_Service/ReactorTask.cpp:
+ * bin/Event_Service/ReactorTask.h:
+ * bin/Event_Service/Task_Manager.cpp:
+ * bin/Event_Service/Task_Manager.h:
+ * bin/Event_Service/Task_Manager.i:
+ Implements the Event Service.
- * tests/Makefile:
- * tests/Latency.cpp:
- * tests/Latency.h:
- * tests/Utilization.cpp:
- * tests/Utilization.h:
+ * tests/Makefile:
+ * tests/Latency.cpp:
+ * tests/Latency.h:
+ * tests/Utilization.cpp:
+ * tests/Utilization.h:
Simple tests for the Event Service.
-
-