Shared-Memory Synchronization (Paperback)
暫譯: 共享記憶體同步 (平裝本)

Michael L. Scott

  • 出版商: Morgan & Claypool
  • 出版日期: 2013-06-01
  • 售價: $1,900
  • 貴賓價: 9.5$1,805
  • 語言: 英文
  • 頁數: 222
  • 裝訂: Paperback
  • ISBN: 160845956X
  • ISBN-13: 9781608459568
  • 立即出貨 (庫存=1)

買這商品的人也買了...

相關主題

商品描述

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

商品描述(中文翻譯)

自從1960年代時間共享技術的出現以來,並行和併發系統的設計者就需要同步共享記憶體中數據結構的控制執行緒活動。近年來,隨著多核心處理器的普及,對同步的研究變得更加迫切,因為即使是相對簡單的用戶級程序也必須經常並行運行。本講座提供了共享記憶體同步的全面調查,重點關注「系統層級」問題。它涵蓋了足夠的架構細節,以理解現代多核心機器上的正確性和性能,並涵蓋了足夠的高層問題,以理解同步如何嵌入現代編程語言中。主要的目標受眾是「系統程序員」——操作系統、庫包、語言運行時系統、併發數據結構以及伺服器和工具程序的作者。許多討論內容對於希望充分利用可用同步機制的應用程序員以及希望理解其設計決策對系統層級代碼影響的計算機架構師也應該具有興趣。目錄:介紹 / 架構背景 / 基本理論 / 實用自旋鎖 / 使用條件的忙等待同步 / 以讀為主的原子性 / 同步與排程 / 非阻塞算法 / 事務性記憶體 / 作者簡介