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!uucp.gnuu.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 20 Apr 2011 16:34:48 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: C++ primer on multithreading References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4daeef09$0$6761$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 20 Apr 2011 16:34:49 CEST NNTP-Posting-Host: 40a3cc4b.newsspool3.arcor-online.net X-Trace: DXC=5XLb=n06FZA6PJ?[X6JIXEMcF=Q^Z^V3H4Fo<]lROoRA8kFJLh>_cHTX3jMihKkcXGalJC X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:19895 Date: 2011-04-20T16:34:49+02:00 List-Id: On 20.04.11 15:04, Alex R. Mosteo wrote: > Also more generally, I wondered too if there's some ready-to-use protected > stuff in C++ that spares me dealing with mutexes to emulate a synchronized > interface. Just now, by coincidence, Emmanuel Stapf has announced a new beta of Eiffel Studio. "The highlight of the 6.8 release is the support of the SCOOP mechanism." Which stands for Simple Concurrent Object-Oriented Programming. Seems to have taken quite some efforts to fill old Eiffel's keyword "separate" with life. :-)