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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,634310a95cfcc6a9 X-Google-Attributes: gid103376,public From: Bo Sanden Subject: Re: REaltime ADA Date: 1999/11/06 Message-ID: <3824E612.889B9AD8@acm.org>#1/1 X-Deja-AN: 545399782 Content-Transfer-Encoding: 7bit References: <382165D6.C6D8732@stmail.staffs.ac.uk> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsabuse@supernews.com Organization: Posted via Supernews, http://www.supernews.com MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-06T00:00:00+00:00 List-Id: It depends a bit on what you mean. Some Ada features are intended for real-time, embedded systems, including tasking and protected objects, which provide interrupt handling among other things. You can find some material on the use of Ada tasking in real-time applications on my web site, www.pcisys.net/bsanden. One reference is to a paper in the Oct/Dec '98 issue of IEEE Concurrency by Jeff Carter and myself called Practical use of Ada 95's concurrency features. Another question is about Ada real-time performance. The features are usually intended to run efficiently on a bare machine. Running on top of something else, they may not provide acceptable real-time performance, depending of course on what your performance requirements are. Bo Sanden Colorado Tech Justin CHampion wrote: > I am currently at Staffordshire Univeristy UK, looking at what ADA can > do as a realtime language. Does nany one know of a good resource on the > Internet that can help with this research. A lot of the webpages do not > have any detail specifiy about the realtime capabilties of the language. > > Thanks in advance, > > Justin.