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-18 02:00:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!fr.usenet-edu.net!usenet-edu.net!teaser.fr!proxad.net!feeder2-1.proxad.net!news.free.fr!not-for-mail Message-ID: <3BCE9A09.3C2F9476@free.fr> Date: Thu, 18 Oct 2001 10:59:53 +0200 From: Jean-Marc Bourguet X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Container reqs References: <9qctpn$lil$1@news.huji.ac.il> <3BCC01B1.18C18C98@free.fr> <3BCC6CB7.20BAA30D@boeing.com> <3BCD2EC3.3B3C4498@free.fr> <3BCDBD65.CBB7FCF9@boeing.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Date: 18 Oct 2001 11:00:51 MEST NNTP-Posting-Host: 158.140.208.29 X-Trace: 1003395651 news1-1 857 158.140.208.29 Xref: archiver1.google.com comp.lang.ada:14868 Date: 2001-10-18T11:00:51+02:00 List-Id: Jeffrey Carter wrote: > Your level 0 is clearly a faulty design. For a general purpose library in Ada, I agree. But people are often surprised that using reference counts, copy on write data structure, sharing special values, ... leads to this result. There are some non threadsafe versions of the C++ STL which are at this level. > FYI, the word you should be using is "safe". Thanks. -- Jean-Marc