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: g2news1.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 20 Apr 2011 06:23:26 -0500 From: Peter C. Chapin Newsgroups: comp.lang.ada Subject: Re: C++ primer on multithreading Date: Wed, 20 Apr 2011 07:23:22 -0400 Organization: Vermont Technical College Message-ID: <2egtq65ikjpihq5mepo4vjt78mhdtsuicg@4ax.com> References: X-Newsreader: Forte Agent 6.00/32.1186 trialware MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-mkuJp7gPpQAoKwFuaw0I0+3l4oWuwvyG+RvybwNY8wUxBWzDOmvXsRvVCQkhlPTKIlmraIZiVWA815s!edlZ41dZP7/g6ADPO04xMEM+x1qGVzmtntpLk48X9gah5nUZPk4B5GdSTAKbLo1Q1z/un2c= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1509 Xref: g2news1.google.com comp.lang.ada:18916 Date: 2011-04-20T07:23:22-04:00 List-Id: 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. Peter