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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5449b9a03812b50 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-29 12:29:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!kibo.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT documentation question Date: 29 Jul 2002 20:12:28 +0100 Organization: Pushface Sender: simon@smaug Message-ID: References: <3D406C6B.9DE867E4@boeing.com> <5ee5b646.0207281028.607ea804@posting.google.com> <3D458108.A5D88B80@raytheon.com> NNTP-Posting-Host: pogner.demon.co.uk X-NNTP-Posting-Host: pogner.demon.co.uk:62.49.19.209 X-Trace: news.demon.co.uk 1027970907 nnrp-01:5170 NO-IDENT pogner.demon.co.uk:62.49.19.209 X-Complaints-To: abuse@demon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:27458 Date: 2002-07-29T20:12:28+01:00 List-Id: Mark Johnson writes: > As an example and an exercise for the reader - can you find the > configuration pragma that is necessary with GNAT on Linux to get > real time priorities. In our case, it took a search through the > documentation, then the source code, and then a message to ACT to > confirm that what we read was actually correct. It also didn't help > that you can't dig the real time priority out of Linux w/o a patched > (or extremely recent) kernel. It used to be that you just had to run your (tasking) program as root. I take it this has changed? probably in the same way that the Solaris implementation changed (at around 3.13, I seem to remember)