Scott / Brown Shared-Memory Synchronization
2. Auflage 2024
ISBN: 978-3-031-38684-8
Verlag: Springer International Publishing
Format: PDF
Kopierschutz: 1 - PDF Watermark
E-Book, Englisch, 243 Seiten
Reihe: Synthesis Lectures on Computer Architecture
ISBN: 978-3-031-38684-8
Verlag: Springer International Publishing
Format: PDF
Kopierschutz: 1 - PDF Watermark
The primary intended audience for this book is “systems programmers”—the authors of operating systems, library packages, language run-time systems, concurrent data structures, and server and utility programs. Much of the discussion should also be of interest to application programmers who want to make good use of the synchronization mechanisms available to them, and to computer architects who want to understand the ramifications of their design decisions on systems-level code.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
1.Introduction.- 2.Architectural Background.- 3.Essential Theory.- 4.Practical Spin Locks.- 5.Busy-wait Synchronization with Conditions.- 6.Read-mostly Atomicity.- 7.Synchronization and Scheduling.- 8.Nonblocking Algorithms.- 9.Transactional Memory.