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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Timeouts in Ada Date: Tue, 22 Jul 2014 09:31:31 +0100 Organization: A noiseless patient Spider Message-ID: References: <50bdb713-7ce1-411b-810b-9bdee1d26b7a@googlegroups.com> <_Sizv.37414$ic5.15869@fx21.iad> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="f008dfb2a20cab2735f9b6a28e892fd7"; logging-data="22295"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+zjrhH15EtukA0tMv7s+RK9oTxvkEkgHU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:wdvHpdvGJmIS4WNNuDnNV+3Bf0Q= sha1:Lf95JKe4LoYBPDN03HxvRw8deFw= Xref: news.eternal-september.org comp.lang.ada:21140 Date: 2014-07-22T09:31:31+01:00 List-Id: "J-P. Rosen" writes: > ATC is here because a number of guys from the real-time community > called for it. And it's certainly usable for bare-metal embedded > targets. I would say that if you are programming a bare-metal embedded > target, portability to Windows is not your first concern ;-) Our target was VxWorks, but we did a great deal of our testing on Windows (on the host because of lack of target hardware, and on Windows because of corporate/MoD insistence). We didn't use ATC for target code, but we did use it on one or two occasions to ensure that a host test couldn't hang indefinitely, but rather fail. As far as I remember we tested that ATC would have the desired effect if triggered, but whether it ever actually got triggered by some locked-up software-under-test I can't say.