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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,63360011f8addace X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-17 09:28:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-han1.dfn.de!news-lei1.dfn.de!newsfeed.freenet.de!news.freenet.de!not-for-mail From: Jan Prazak Subject: Re: gnat: time-slicing Date: Wed, 17 Jul 2002 18:29:24 -0100 Newsgroups: comp.lang.ada Message-ID: References: User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: "Marin David Condic" NNTP-Posting-Host: 213.7.194.202 X-Trace: 1026923280 news.freenet.de 26955 213.7.194.202 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:27195 Date: 2002-07-17T18:29:24-01:00 List-Id: On Tue, 16 Jul 2002 12:29:07 -0100, Marin David Condic wrote: > Check out Annex D or the ARM very carefully & you might find some useful > information there about scheduling and priorities. Tasking is one of the > more complicated features of Ada and I regularly find myself having to > go back to the ARM and re-learn how to do it. :-) Yes, tasking has a simple and a difficult side. But for now I don't need to go into details, because I am planning to do just the simple things.