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,dc89792b5613be6a X-Google-Attributes: gid103376,public From: dale Subject: Re: Converting Ada Tasks To VxWorks Tasks? Date: 2000/04/14 Message-ID: #1/1 X-Deja-AN: 610912895 References: <1crJ4.142$d21.18564@elnws01> <8d5ivg$ho9$1@nnrp1.deja.com> X-Trace: 14 Apr 2000 12:48:44 GMT, dale.cs.rmit.edu.au Organization: rmit User-Agent: MT-NewsWatcher/3.0 (PPC) Newsgroups: comp.lang.ada Date: 2000-04-14T00:00:00+00:00 List-Id: Ted Dennison wrote: > For instance, I believe if you have > a selective accept with multiple open and waiting accept alternatives, > you have to *randomly* pick one to service. The accept that is chosen is non deterministic as far as the RM is concerned. This may translate into a deterministic choice by the underlying scheduler. Dale