More Concurrent Thinking in C++: Beyond the Basics - online



Kursarrangør: Programutvikling AS
Sted: Nettkurs / Nettstudie
Hele landet
Type:Nettkurs og nettstudie
Studie / yrkesutdanning
Undervisningstid: Ta kontakt for informasjon
Varighet: 2 days

We provide online course about More Concurrent Thinking in C++: Beyond the Basics. The workshop will cover the new multithreading facilities being introduced to upcoming versions of the C++ Standard and how they will simplify the life of a library or application developer.

Content:
Our two-day More Concurrent Thinking in C++: Beyond the Basics workshop helps your developers learn how to build better reusable abstractions such as thread pools and actors for multithreading and concurrency using the basic building blocks in the C++ Standard Library. This will include issues to watch out for when writing and using such abstractions, and how to avoid them.

Attendees will also encounter the issues surrounding scalability, the pitfalls that arise when you run code designed for small numbers of cores or increasingly large numbers of cores, and how to design your code to minimize the problems. Finally, attendees will also be shown how to test multithreaded code, including the use of tools like Thread Sanitizer. There will be exercises throughout the workshop.

This workshop will cover:
1) Thread pools and tasks:
• How to write a thread pool. Potential issues with thread pools
• Task allocation strategies such as work stealing
• Managing lifetimes with concurrent tasks

2) Actors:
• Using actors and message-passing to simplify concurrent code

3) New facilities from future C++ Standards:
• RCU and hazard pointers
• Executors
• Latches and barriers

4) Testing concurrent code:
• How to test multithreaded code, including the use of tools like Thread Sanitizer

5) Scalability:
• Guidance on writing code that works across a wide range of systems, or scales as the system grows

6) Atomics and lock-free code:
• A refresher on the C++ memory model, and guidance on how to write lock-free code

Speaker: Anthony Williams

Anthony Williams is the author of C++ Concurrency in Action, and a UK-based developer and consultant with many years of experience in C++. He has been an active member of the BSI C++ Standards Panel since 2001, and is author or co-author of many of the C++ Standards Committee papers that led up to the inclusion of the thread library in the C++11 Standard. He is the developer of the just::thread implementation of the C++11 thread library from Just Software Solutions Ltd. Anthony lives in the far west of Cornwall, England.

Audience:
Anyone who wants online course about More Concurrent Thinking in C++: Beyond the Basics