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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8eff44ec1bcf8433 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-29 22:53:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!newsfeed.esat.net!news.iol.ie!not-for-mail From: Barry Kelly Newsgroups: comp.lang.ada Subject: Re: Container reqs Message-ID: References: <9qctpn$lil$1@news.huji.ac.il> <3BCC01B1.18C18C98@free.fr> <3BCC6CB7.20BAA30D@boeing.com> <9qi2c8$gpb$1@nh.pace.co.uk> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 30 Oct 2001 06:53:38 GMT NNTP-Posting-Host: 194.125.48.16 X-Complaints-To: abuse@iol.ie X-Trace: news.iol.ie 1004424818 194.125.48.16 (Tue, 30 Oct 2001 06:53:38 GMT) NNTP-Posting-Date: Tue, 30 Oct 2001 06:53:38 GMT Organization: Ireland On-Line Customer Xref: archiver1.google.com comp.lang.ada:15394 Date: 2001-10-30T06:53:38+00:00 List-Id: In article <9qi2c8$gpb$1@nh.pace.co.uk> "Marin David Condic" wrote: > If you wish to keep the realtime/embedded crowd happy, you need to have > task-safe versions. C++ can implement task safety using the RAII (resource aquisition is initialization) idiom, which eliminates the need for creating a whole new type for task-safe access to structures. Why can't Ada do this? -- Barry