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,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.93.MISMATCH!xlned.com!feeder7.xlned.com!newsfeed.kpn.net!pfeed09.wxs.nl!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: C++ primer on multithreading Followup-To: comp.lang.ada Date: Wed, 20 Apr 2011 12:45:22 +0200 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Wed, 20 Apr 2011 10:45:22 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="GTXwwBF3FOlS510nQf8qvQ"; logging-data="17533"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+LGrTBBnc76Lr1H+gP8VmS" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:rgsEQez7KNZJbxn/7EXhil4wEHA= Xref: g2news1.google.com comp.lang.ada:18914 Date: 2011-04-20T12:45:22+02:00 List-Id: I know there are some proficient C++ people here. Hope you can help me. I need to do some multi-threading stuff, in the sense that I will need the equivalent of a protected object with some conditional blocking entries. 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. Thank you for your suggestions.