summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Schedule/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Schedule/README')
-rw-r--r--TAO/orbsvcs/examples/RtEC/Schedule/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Schedule/README b/TAO/orbsvcs/examples/RtEC/Schedule/README
deleted file mode 100644
index 8435319a51b..00000000000
--- a/TAO/orbsvcs/examples/RtEC/Schedule/README
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id$
-
- Shows how to use the scheduling service in conjunction with
-the real-time event channel. The test has a single consumer that
-subscribes for two event types, using different RT_Infos for each. A
-supplier pushes those events also using different RT_Infos.
- The event-channel cooperates with the scheduling service to
-compute a schedule and assign priorities to each event. The event
-channel will use different queues for those events, each queue
-serviced by threads at different priorities.
-
- The example can be run using a pre-computed schedule:
-
-$ ./Service
-
- or it can generate the schedule again:
-
-$ ./Service -c
-
-
- NOTE: the current version uses the old event channel because
-we haven't coimpleted the integration between the new EC and the
-scheduling service.