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,2bd8ac4fbddfd5da X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Container Library recommendations? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <70E%j.185652$yE1.2910@attbi_s21> NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1212091523 12.201.97.213 (Thu, 29 May 2008 20:05:23 GMT) NNTP-Posting-Date: Thu, 29 May 2008 20:05:23 GMT Organization: AT&T ASP.att.net Date: Thu, 29 May 2008 20:05:23 GMT Xref: g2news1.google.com comp.lang.ada:456 Date: 2008-05-29T20:05:23+00:00 List-Id: Dimonax wrote: > > What Ada libraries, that are in common use, would you recommend are best > suited to Concurrent programming? I intend to keep the "core" of my > applications well seperated from any dependencies on the host platform. > Nonetheless I'm aware of the fact that different libraries are better > suited to different platforms when concurrency is involved. The PragmAda Reusable Components contain a number of protected data structures and other concurrency-related components such as task decouplers and safe semaphores. http://pragmada.home.mchsi.com/ Note that the PragmARCs are Ada 95 and use private types in ways that are prohibited by the current standard. -- Jeff Carter "Unix and C are the ultimate computer viruses." Richard Gabriel 99