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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c9de359b1cbd21d6,start X-Google-Attributes: gid103376,public From: "Stephen Cox" Subject: Policies In Ada Date: 1997/05/07 Message-ID: <01bc5b23$8e4375e0$190000c2@Stephen.ers.ie>#1/1 X-Deja-AN: 240041369 Organization: ERS Computer Solutions Ltd. Newsgroups: comp.lang.ada Date: 1997-05-07T00:00:00+00:00 List-Id: Hello! Does anybody have any small examples of implementing a policy system in Ada? Also, I have implemented two tasks with the same priority i.e. they both have pragma priority(0); in their declaration yet only the first task seems to execute. Any ideas? Thanks, Stephen Cox