From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 30 Oct 92 19:02:13 GMT From: kronos.arc.nasa.gov!iscnvx!news@ames.arc.nasa.gov Subject: Re: Real Time Scheduling Methods Message-ID: <92304.39521.LJ10891@LMSC5.IS.LMSC.LOCKHEED.COM> List-Id: ------------------------- Original Article ------------------------- > No, there's deadline based scheduling. Deadline based scheduling is > incompatable with Ada, because it requires that the priority of each > process be, at any instant, the deadline by which the process must > complete its next critical action. Once the process completes the > action, it changes its deadline to the time of the next action (note > that in Ada, priorities are fixed). > << additional good stuff about why it won't work for Ada deleted. >> Okay, thanks. I assume that every time a deadline is updated, so is that task's priority.