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,16594902ce57591b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news4.google.com!news.glorb.com!multikabel.net!feed20.multikabel.net!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Multitasking and containers Date: Mon, 27 Nov 2006 21:15:29 +0000 Organization: Pushface Message-ID: References: <143yx0dos45nx.159wpxvfevtt8.dlg@40tude.net> <1164623427.5986.11.camel@localhost> <1164656708.657952.123430@j72g2000cwa.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1164662127 4762 62.49.19.209 (27 Nov 2006 21:15:27 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Mon, 27 Nov 2006 21:15:27 +0000 (UTC) Cancel-Lock: sha1:7A6yWeXeKInGxNVQoSObgUb+ucQ= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news2.google.com comp.lang.ada:7713 Date: 2006-11-27T21:15:29+00:00 List-Id: "Matthew Heaney" writes: > Jeffrey R. Carter wrote: >> >> I guess we have different interpretations of "delicate handmade work". I >> took it simply to mean custom implementations tailored to the specific >> project (such as a container that does not need protection for reads). > > But that's the same as saying you can not use anything in the > predefined library. If so then the container library is the least of > your problems! If the predefined library doesn't meet your needs you do indeed have a lot of work ahead of you; often small beer in the overall scope (eg, safety-related systems with SIL4 software => no runtime at all [GNAT high integrity edition for example] highly desirable if not absolutely necessary precondition for certification). But if it does meet your needs you're crazy not to use it!