Cantitate/Preț
Produs

Shared-Memory Synchronization: Synthesis Lectures on Computer Architecture

Autor Michael L. Scott
en Limba Engleză Paperback – 31 mai 2013
Since the advent of time sharing in the 1960s, designers of concurrent and parallel systems have needed to synchronize the activities of threads of control that share data structures in memory. In recent years, the study of synchronization has gained new urgency with the proliferation of multicore processors, on which even relatively simple user-level programs must frequently run in parallel. This lecture offers a comprehensive survey of shared-memory synchronization, with an emphasis on "systems-level" issues. It includes sufficient coverage of architectural details to understand correctness and performance on modern multicore machines, and sufficient coverage of higher-level issues to understand how synchronization is embedded in modern programming languages. The primary intended audience 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. Table of Contents: Introduction / Architectural Background / Essential Theory / Practical Spin Locks / Busy-wait Synchronization with Conditions / Read-mostly Atomicity / Synchronization and Scheduling / Nonblocking Algorithms / Transactional Memory / Author's Biography
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (2) 34052 lei  6-8 săpt.
  Springer International Publishing – 13 iun 2013 34052 lei  6-8 săpt.
  Morgan & Claypool – 31 mai 2013 40742 lei  6-8 săpt.

Din seria Synthesis Lectures on Computer Architecture

Preț: 40742 lei

Preț vechi: 50927 lei
-20% Nou

Puncte Express: 611

Preț estimativ în valută:
7797 8225$ 6517£

Carte tipărită la comandă

Livrare economică 31 decembrie 24 - 14 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781608459568
ISBN-10: 160845956X
Pagini: 222
Dimensiuni: 191 x 235 x 12 mm
Greutate: 0.39 kg
Editura: Morgan & Claypool
Seria Synthesis Lectures on Computer Architecture


Cuprins

Introduction.- Architectural Background.- Essential Theory.- Practical Spin Locks.- Busy-wait Synchronization with Conditions.- Read-mostly Atomicity.- Synchronization and Scheduling.- Nonblocking Algorithms.- Transactional Memory.- Author's Biography.

Notă biografică

Michael L. Scott is a Professor and past Chair of the Department of Computer Science at the University of Rochester. He received his Ph.D. from the University of Wisconsin-Madison in 1985. His research interests span operating systems, languages, architecture, and tools, with a particular emphasis on parallel and distributed systems. He is best known for work in synchronization algorithms and concurrent data structures, in recognition of which he shared the 2006 SIGACT/SIGOPS Edsger W. Dijkstra Prize. Other widely cited work has addressed parallel operating systems and file systems, software distributed shared memory, and energy-conscious operating systems and microarchitecture. His textbook on programming language design and implementation Programming Language Pragmatics, third edition, Morgan Kaufmann, Feb. 2009) is a standard in the field. In 2003 he served as General Chair for SOSP; more recently he has been Program Chair for TRANSACT07, PPoPP08, and ASPLOS12. He was named a Fellowof the ACM in 2006 and of the IEEE in 2010. In 2001 he received the University of Rochesters Robert and Pamela Goergen Award for Distinguished Achievement and Artistry in Undergraduate Teaching.