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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ea10f5c50b86e0d8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!feeder.news-service.com!news.netcologne.de!ramfeed1.netcologne.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: ANN: Simple components for Ada v3.8 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <3dxjzm5ksuat$.vti0u8q01m0a$.dlg@40tude.net> <260b6bf8-6243-4d69-b4a5-13b63ee11947@u34g2000yqu.googlegroups.com> Date: Fri, 9 Apr 2010 21:20:54 +0200 Message-ID: <4ylwh3rxgyo$.1l25sd1h8jy9b.dlg@40tude.net> NNTP-Posting-Date: 09 Apr 2010 21:20:54 CEST NNTP-Posting-Host: 077f480d.newsspool4.arcor-online.net X-Trace: DXC=@;YRiK>eSUUcHPTNZh_e7Q4IUK On Fri, 9 Apr 2010 11:58:30 -0700 (PDT), Michael R wrote: > In another thread, it was pointed out that the standard Ada.Containers types > are not safe in a multi-tasking environment. Since you mention > locking wrt your structures, I assume they are safe in a multi-tasking env? Lock-free structures are safe when used as described on the page. General case containers are not safe for the reasons same as for Ada.Containers. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de