From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,51e6278da540705e X-Google-Attributes: gid103376,public From: lutz@iks-jena.de (Lutz Donnerhacke) Subject: Re: Why does FIFO_Scheduling prefer long running tasks? Date: 2000/05/25 Message-ID: #1/1 X-Deja-AN: 627118660 Distribution: world Content-Transfer-Encoding: 8bit References: <8gj054$13$1@nnrp1.deja.com> Content-Type: text/plain; charset=ISO-8859-1 Organization: IKS GmbH Jena Mime-Version: 1.0 User-Agent: slrn/0.9.5.7 (UNIX) Newsgroups: comp.lang.ada Date: 2000-05-25T00:00:00+00:00 List-Id: * Robert Dewar wrote: >> I did read the corresponding part in the Rationale but did not >> get the idea. > >Seems like you got the idea just fine. Thanks. >The only "problem" if there is one at all, is that, presumably, for your >particular application this is not the appropriate dispatching policy >(probably your application is not a hard real time application, but please >remember we are talking about the real time annex here). Of course. I was thinking of preparing my experimental OS for this annex. So now I know, that I need an other scheduling algorithm for normal work. Thanks a lot.