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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b4b864fa2b61bbba X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!22g2000hsm.googlegroups.com!not-for-mail From: braver Newsgroups: comp.lang.ada Subject: Re: Parallel Text Corpus Processing with Ada? Date: Wed, 14 Nov 2007 15:38:39 -0800 Organization: http://groups.google.com Message-ID: <1195083519.791396.162260@22g2000hsm.googlegroups.com> References: <1194735959.240323.38210@v2g2000hsf.googlegroups.com> <1t1ab1hzsng9p.101gcl2uomeoy.dlg@40tude.net> <1194821365.830120.106600@o3g2000hsb.googlegroups.com> NNTP-Posting-Host: 213.145.35.9 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1195083520 11671 127.0.0.1 (14 Nov 2007 23:38:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 14 Nov 2007 23:38:40 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.24 (Macintosh; Intel Mac OS X; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 22g2000hsm.googlegroups.com; posting-host=213.145.35.9; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news1.google.com comp.lang.ada:18395 Date: 2007-11-14T15:38:39-08:00 List-Id: On Nov 14, 1:45 am, Simon Wright wrote: > You did spot that Ada.Containers aren't task-safe? (ie, you need to > lock the containers yourself ...) Man, that's a problem! What about BCs, are they task-safe? What do folks do to use Ada.Containers in a tasking setup, and why on Earth would they be in a standard and contardict some other chapters such as the tasks? Cheers, Alexy