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,10c4b1e7e98e6a93 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-17 11:38:28 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-stu1.dfn.de!news.belwue.de!cert.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Problems with Ada.Real_Time on GNAT? Date: Fri, 17 May 2002 20:38:28 +0200 Organization: Enyo -- not your organization Message-ID: <87adqy39i3.fsf@deneb.enyo.de> References: <28d8936a.0205161133.3c9064b7@posting.google.com> <87k7q3c0di.fsf@deneb.enyo.de> <873cwr45xy.fsf@deneb.enyo.de> <5ee5b646.0205170157.27179a3f@posting.google.com> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1021660707 1189 212.9.189.171 (17 May 2002 18:38:27 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 17 May 2002 18:38:27 GMT Cancel-Lock: sha1:EqBDYO3yRzIFwASyUFOalqU9yH8= Xref: archiver1.google.com comp.lang.ada:24302 Date: 2002-05-17T18:38:27+00:00 List-Id: dewar@gnat.com (Robert Dewar) writes: >> (It's true that the FSU threads run-time library implements more >> requirements of the real-time annex at the moment, but you'll never >> reach full conformance on top of ordinary Linux anyway.) > > That's false, GNAT is fully compliant with all requirements of Annex > D when running on any GNU/Linux version using FSU threads. Even those requirements which are not testable, e.g. D.9(9) to to D.9(13)? Linux isn't a RTOS kernel, and it doesn't give you any such guarantees about maximum running time, latency and so on. Non-conformance in such areas is certainly not GNAT's fault, but it's still non-conformance.