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,371144ace2969d7e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: C++ primer on multithreading Followup-To: comp.lang.ada Date: Wed, 20 Apr 2011 15:06:10 +0200 Organization: A noiseless patient Spider Message-ID: References: <2egtq65ikjpihq5mepo4vjt78mhdtsuicg@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Wed, 20 Apr 2011 13:06:09 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="GTXwwBF3FOlS510nQf8qvQ"; logging-data="18002"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19TgSh40N5s8ZfhoWwco6Oq" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:KsyPn/3QRRmLiXoBkYjRgNIubKg= Xref: g2news2.google.com comp.lang.ada:19893 Date: 2011-04-20T15:06:10+02:00 List-Id: Peter C. Chapin wrote: > On Wed, 20 Apr 2011 12:45:22 +0200, "Alex R. Mosteo" > wrote: > >>I'm a bit rusty on my C++, so I wonder what would be the best approach to >>this. Things that I know that exist, but that I have not mastered: >>pthreads, ACE, boost. > > There may be an advantage in looking at Boost Threads. The new C++ > standard contains thread support in its library that bears a close > resemblance to Boost Threads. I have even read in some random forum that Boost will be in the next C++ standard...