Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c++ > #80615

Re: good reference on threads

From "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups comp.lang.c++
Subject Re: good reference on threads
Date 2021-07-01 21:28 -0700
Organization Aioe.org NNTP Server
Message-ID <sbm4m2$ohf$1@gioia.aioe.org> (permalink)
References <s9u208$94h$2@dont-email.me> <s9ujq0$dhn$1@dont-email.me> <s9uk3u$1902$1@gioia.aioe.org> <sbm13f$a1k$1@dont-email.me>

Show all headers | View raw


On 7/1/2021 8:27 PM, Lynn McGuire wrote:
> On 6/10/2021 10:08 PM, Chris M. Thomasson wrote:
>> On 6/10/2021 8:03 PM, Lynn McGuire wrote:
>>> On 6/10/2021 4:59 PM, Lynn McGuire wrote:
>>>> Is there a good reference on threads ?  I would like to delegate the 
>>>> writing of our binary file to a background thread if possible.  Our 
>>>> Win32 Windows desktop program is mostly MFC with about 450,000 lines 
>>>> of C++ code.
>>>>
>>>> I do suspect that this is not doable, due to the nature of the data 
>>>> being used for dialogs and such.
>>>>
>>>> Thanks,
>>>> Lynn
>>>
>>> I found "C++ Concurrency in Action, 2nd Edition" by Williams, 
>>> Anthony. Has anyone read this and found it to be a good education on 
>>> threads ?
>>>
>>> https://www.amazon.com/C-Concurrency-Action-Anthony-Williams/dp/1617294691/ 
>>>
>>
>> I used to converse with Anthony way back. He knows his threads! :^)
> 
> I bought the book.  It looks intense.  Not a very big font either.

I have not seen his new book, but I am wondering if he mentions how to 
use DWCAS in it with pure C++. I know he knows about it:

actually, read the whole thread where this message resides:

https://groups.google.com/g/lock-free/c/X3fuuXknQF0/m/Ho0H1iJgmrQJ

He calls it DCAS in that thread, buts DCAS and DWCAS are different 
things. So, I am wondering if he mentions it in his 2nd edition.

Back to comp.lang.c++ | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

good reference on threads Lynn McGuire <lynnmcguire5@gmail.com> - 2021-06-10 16:59 -0500
  Re: good reference on threads Öö Tiib <ootiib@hot.ee> - 2021-06-10 15:49 -0700
    Re: good reference on threads Öö Tiib <ootiib@hot.ee> - 2021-06-10 17:58 -0700
    Re: good reference on threads Lynn McGuire <lynnmcguire5@gmail.com> - 2021-06-10 20:31 -0500
      Re: good reference on threads Öö Tiib <ootiib@hot.ee> - 2021-06-10 20:31 -0700
        Re: good reference on threads "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2021-06-10 21:32 -0700
          Re: good reference on threads "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2021-06-10 21:33 -0700
      Re: good reference on threads Ian Collins <ian-news@hotmail.com> - 2021-06-11 20:17 +1200
        Re: good reference on threads Lynn McGuire <lynnmcguire5@gmail.com> - 2021-06-11 14:13 -0500
      Re: good reference on threads Paavo Helde <myfirstname@osa.pri.ee> - 2021-06-11 14:03 +0300
        Re: good reference on threads Paavo Helde <myfirstname@osa.pri.ee> - 2021-06-11 15:19 +0300
        Re: good reference on threads "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2021-06-12 14:41 -0700
  Re: good reference on threads Lynn McGuire <lynnmcguire5@gmail.com> - 2021-06-10 22:03 -0500
    Re: good reference on threads "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2021-06-10 20:08 -0700
      Re: good reference on threads Lynn McGuire <lynnmcguire5@gmail.com> - 2021-07-01 22:27 -0500
        Re: good reference on threads "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2021-07-01 21:28 -0700
        Re: good reference on threads legalize+jeeves@mail.xmission.com (Richard) - 2021-07-27 01:21 +0000
    Re: good reference on threads Cholo Lennon <chololennon@hotmail.com> - 2021-06-12 23:06 -0300
      Re: good reference on threads Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2021-06-12 21:47 -0700
        Re: good reference on threads Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2021-06-12 21:49 -0700
    Re: good reference on threads legalize+jeeves@mail.xmission.com (Richard) - 2021-07-27 01:19 +0000
    Re: good reference on threads Bonita Montero <Bonita.Montero@gmail.com> - 2021-07-27 03:58 +0200

csiph-web