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-Thread: 103376,7d2a1bc8d768974f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!freenix!enst.fr!not-for-mail From: Jerome Hugues Newsgroups: comp.lang.ada Subject: Re: Gnat and priority level Date: Tue, 19 Oct 2004 11:50:15 +0000 (UTC) Organization: ENST, France Message-ID: References: <1098176457.332197.157030@z14g2000cwz.googlegroups.com> <4174E52A.60405@mailinator.com> <1098181273.072027.260280@f14g2000cwb.googlegroups.com> <4174F7FA.1020705@mailinator.com> NNTP-Posting-Host: nephilim.enst.fr X-Trace: avanie.enst.fr 1098186615 92188 137.194.160.16 (19 Oct 2004 11:50:15 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 19 Oct 2004 11:50:15 +0000 (UTC) User-Agent: slrn/0.9.7.3 (SunOS) Xref: g2news1.google.com comp.lang.ada:5445 Date: 2004-10-19T11:50:15+00:00 List-Id: In article <4174F7FA.1020705@mailinator.com>, Alex R. Mosteo wrote: > mferracini wrote: > Firstly, I think that gnat doesn't target the RT capabilities of > RT-Linux, so you'll really have regular non-RT linux threads. Unless > someone has a patch for it. There exists one project on this subject http://bernia.upv.es/rtportal/apps/rtl-gnat/ Note that I've never tried it, so I cannot comment on which GNAT version it uses, ACATS results, etc > Second, you can choose two threading implementations with gnat for linux: > > * linux native threads, whose particularities I don't know but some > linux expert could tell you (BTW, using the old 2.4 thread > implementation, not the new 2.6 one). > > * fsu-threads (I think) which if I remember correctly are > POSIX-compliant or something-else-compliant which native linux's aren't. Strict Annex D (real time) compliancy See http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Choosing-between-Native-and-FSU-Threads-Libraries.html for more details HTH -- Jerome