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,f2aa0ddde84d1b0a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!out01b.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!newsfeed.yul.equant.net!newspeer.monmouth.com!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: GNAT verses A# for soft-realtime system Date: Tue, 10 Apr 2007 17:52:48 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <4uudnaJ7BJK8g4XbnZ2dnUVZ_t-mnZ2d@comcast.com> <2IWRh.39480$_c5.25338@attbi_s22> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1176241969 23600 192.74.137.71 (10 Apr 2007 21:52:49 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 10 Apr 2007 21:52:49 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:sx4bzHvC5MY10RcShzAxnRQWBGE= Xref: g2news1.google.com comp.lang.ada:14897 Date: 2007-04-10T17:52:48-04:00 List-Id: "Jeffrey R. Carter" writes: > Chip and Allie Orange wrote: >> Do the additional features of 2005 target real-time systems? > > Some do; some don't. In the former category, there are task-termination > handlers, interfaces that must be implemented by tasks or protected > objects, and timing events and handlers, among others. I'd say that some Ada 2005 features are specifically for real-time systems, and most of the rest are generally applicable (i.e. useful for both real-time and not-real-time). - Bob