Multithreaded Processor Design

Download Multithreaded Processor Design PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 146131383X
Total Pages : 151 pages
Book Rating : 4.4/5 (613 download)

DOWNLOAD NOW!


Book Synopsis Multithreaded Processor Design by : Simon W. Moore

Download or read book Multithreaded Processor Design written by Simon W. Moore and published by Springer Science & Business Media. This book was released on 2012-12-06 with total page 151 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multithreaded Processor Design takes the unique approach of designing a multithreaded processor from the ground up. Every aspect is carefully considered to form a balanced design rather than making incremental changes to an existing design and then ignoring problem areas. The general purpose parallel computer is an elusive goal. Multithreaded processors have emerged as a promising solution to this conundrum by forming some amalgam of the commonplace control-flow (von Neumann) processor model with the more exotic data-flow approach. This new processor model offers many exciting possibilities and there is much research to be performed to make this technology widespread. Multithreaded processors utilize the simple and efficient sequential execution technique of control-flow, and also data-flow like concurrency primitives. This supports the conceptually simple but powerful idea of rescheduling rather than blocking when waiting for data, e.g. from large and distributed memories, thereby tolerating long data transmission latencies. This makes multiprocessing far more efficient because the cost of moving data between distributed memories and processors can be hidden by other activity. The same hardware mechanisms may also be used to synchronize interprocess communications to awaiting threads, thereby alleviating operating system overheads. Supporting synchronization and scheduling mechanisms in hardware naturally adds complexity. Consequently, existing multithreaded processor designs have tended to make incremental changes to existing control-flow processor designs to resolve some problems but not others. Multithreaded Processor Design serves as an excellent reference source and is suitable as a text for advanced courses in computer architecture dealing with the subject.

Multithreading Architecture

Download Multithreading Architecture PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3031017382
Total Pages : 98 pages
Book Rating : 4.0/5 (31 download)

DOWNLOAD NOW!


Book Synopsis Multithreading Architecture by : Mario Nemirovsky

Download or read book Multithreading Architecture written by Mario Nemirovsky and published by Springer Nature. This book was released on 2022-05-31 with total page 98 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multithreaded architectures now appear across the entire range of computing devices, from the highest-performing general purpose devices to low-end embedded processors. Multithreading enables a processor core to more effectively utilize its computational resources, as a stall in one thread need not cause execution resources to be idle. This enables the computer architect to maximize performance within area constraints, power constraints, or energy constraints. However, the architectural options for the processor designer or architect looking to implement multithreading are quite extensive and varied, as evidenced not only by the research literature but also by the variety of commercial implementations. This book introduces the basic concepts of multithreading, describes a number of models of multithreading, and then develops the three classic models (coarse-grain, fine-grain, and simultaneous multithreading) in greater detail. It describes a wide variety of architectural and software design tradeoffs, as well as opportunities specific to multithreading architectures. Finally, it details a number of important commercial and academic hardware implementations of multithreading. Table of Contents: Introduction / Multithreaded Execution Models / Coarse-Grain Multithreading / Fine-Grain Multithreading / Simultaneous Multithreading / Managing Contention / New Opportunities for Multithreaded Processors / Experimentation and Metrics / Implementations of Multithreaded Processors / Conclusion

Multithreaded Computer Architecture: A Summary of the State of the ART

Download Multithreaded Computer Architecture: A Summary of the State of the ART PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 9780792394778
Total Pages : 436 pages
Book Rating : 4.3/5 (947 download)

DOWNLOAD NOW!


Book Synopsis Multithreaded Computer Architecture: A Summary of the State of the ART by : Robert A. Iannucci

Download or read book Multithreaded Computer Architecture: A Summary of the State of the ART written by Robert A. Iannucci and published by Springer Science & Business Media. This book was released on 1994-09-30 with total page 436 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multithreaded computer architecture has emerged as one of the most promising and exciting avenues for the exploitation of parallelism. This new field represents the confluence of several independent research directions which have united over a common set of issues and techniques. Multithreading draws on recent advances in dataflow, RISC, compiling for fine-grained parallel execution, and dynamic resource management. It offers the hope of dramatic performance increases through parallel execution for a broad spectrum of significant applications based on extensions to `traditional' approaches. Multithreaded Computer Architecture is divided into four parts, reflecting four major perspectives on the topic. Part I provides the reader with basic background information, definitions, and surveys of work which have in one way or another been pivotal in defining and shaping multithreading as an architectural discipline. Part II examines key elements of multithreading, highlighting the fundamental nature of latency and synchronization. This section presents clever techniques for hiding latency and supporting large synchronization name spaces. Part III looks at three major multithreaded systems, considering issues of machine organization and compilation strategy. Part IV concludes the volume with an analysis of multithreaded architectures, showcasing methodologies and actual measurements. Multithreaded Computer Architecture: A Summary of the State of the Art is an excellent reference source and may be used as a text for advanced courses on the subject.

The Art of Concurrency

Download The Art of Concurrency PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596555784
Total Pages : 306 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis The Art of Concurrency by : Clay Breshears

Download or read book The Art of Concurrency written by Clay Breshears and published by "O'Reilly Media, Inc.". This book was released on 2009-05-07 with total page 306 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experience you need. The Art of Concurrency is one of the few resources to focus on implementing algorithms in the shared-memory model of multi-core processors, rather than just theoretical models or distributed-memory architectures. The book provides detailed explanations and usable samples to help you transform algorithms from serial to parallel code, along with advice and analysis for avoiding mistakes that programmers typically make when first attempting these computations. Written by an Intel engineer with over two decades of parallel and concurrent programming experience, this book will help you: Understand parallelism and concurrency Explore differences between programming for shared-memory and distributed-memory Learn guidelines for designing multithreaded applications, including testing and tuning Discover how to make best use of different threading libraries, including Windows threads, POSIX threads, OpenMP, and Intel Threading Building Blocks Explore how to implement concurrent algorithms that involve sorting, searching, graphs, and other practical computations The Art of Concurrency shows you how to keep algorithms scalable to take advantage of new processors with even more cores. For developing parallel code algorithms for concurrent programming, this book is a must.

Processor Design

Download Processor Design PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 1402055307
Total Pages : 534 pages
Book Rating : 4.4/5 (2 download)

DOWNLOAD NOW!


Book Synopsis Processor Design by : Jari Nurmi

Download or read book Processor Design written by Jari Nurmi and published by Springer Science & Business Media. This book was released on 2007-07-26 with total page 534 pages. Available in PDF, EPUB and Kindle. Book excerpt: Here is an extremely useful book that provides insight into a number of different flavors of processor architectures and their design, software tool generation, implementation, and verification. After a brief introduction to processor architectures and how processor designers have sometimes failed to deliver what was expected, the authors introduce a generic flow for embedded on-chip processor design and start to explore the vast design space of on-chip processing. The authors cover a number of different types of processor core.

Modern Processor Design

Download Modern Processor Design PDF Online Free

Author :
Publisher : Waveland Press
ISBN 13 : 147861076X
Total Pages : 657 pages
Book Rating : 4.4/5 (786 download)

DOWNLOAD NOW!


Book Synopsis Modern Processor Design by : John Paul Shen

Download or read book Modern Processor Design written by John Paul Shen and published by Waveland Press. This book was released on 2013-07-30 with total page 657 pages. Available in PDF, EPUB and Kindle. Book excerpt: Conceptual and precise, Modern Processor Design brings together numerous microarchitectural techniques in a clear, understandable framework that is easily accessible to both graduate and undergraduate students. Complex practices are distilled into foundational principles to reveal the authors insights and hands-on experience in the effective design of contemporary high-performance micro-processors for mobile, desktop, and server markets. Key theoretical and foundational principles are presented in a systematic way to ensure comprehension of important implementation issues. The text presents fundamental concepts and foundational techniques such as processor design, pipelined processors, memory and I/O systems, and especially superscalar organization and implementations. Two case studies and an extensive survey of actual commercial superscalar processors reveal real-world developments in processor design and performance. A thorough overview of advanced instruction flow techniques, including developments in advanced branch predictors, is incorporated. Each chapter concludes with homework problems that will institute the groundwork for emerging techniques in the field and an introduction to multiprocessor systems.

Multithreaded Computer Architecture: A Summary of the State of the ART

Download Multithreaded Computer Architecture: A Summary of the State of the ART PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 1461526981
Total Pages : 411 pages
Book Rating : 4.4/5 (615 download)

DOWNLOAD NOW!


Book Synopsis Multithreaded Computer Architecture: A Summary of the State of the ART by : Robert A. Iannucci

Download or read book Multithreaded Computer Architecture: A Summary of the State of the ART written by Robert A. Iannucci and published by Springer Science & Business Media. This book was released on 2012-12-06 with total page 411 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multithreaded computer architecture has emerged as one of the most promising and exciting avenues for the exploitation of parallelism. This new field represents the confluence of several independent research directions which have united over a common set of issues and techniques. Multithreading draws on recent advances in dataflow, RISC, compiling for fine-grained parallel execution, and dynamic resource management. It offers the hope of dramatic performance increases through parallel execution for a broad spectrum of significant applications based on extensions to `traditional' approaches. Multithreaded Computer Architecture is divided into four parts, reflecting four major perspectives on the topic. Part I provides the reader with basic background information, definitions, and surveys of work which have in one way or another been pivotal in defining and shaping multithreading as an architectural discipline. Part II examines key elements of multithreading, highlighting the fundamental nature of latency and synchronization. This section presents clever techniques for hiding latency and supporting large synchronization name spaces. Part III looks at three major multithreaded systems, considering issues of machine organization and compilation strategy. Part IV concludes the volume with an analysis of multithreaded architectures, showcasing methodologies and actual measurements. Multithreaded Computer Architecture: A Summary of the State of the Art is an excellent reference source and may be used as a text for advanced courses on the subject.

Processor Architecture

Download Processor Architecture PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 3642585892
Total Pages : 406 pages
Book Rating : 4.6/5 (425 download)

DOWNLOAD NOW!


Book Synopsis Processor Architecture by : Jurij Silc

Download or read book Processor Architecture written by Jurij Silc and published by Springer Science & Business Media. This book was released on 2012-12-06 with total page 406 pages. Available in PDF, EPUB and Kindle. Book excerpt: A survey of architectural mechanisms and implementation techniques for exploiting fine- and coarse-grained parallelism within microprocessors. Beginning with a review of past techniques, the monograph provides a comprehensive account of state-of-the-art techniques used in microprocessors, covering both the concepts involved and implementations in sample processors. The whole is rounded off with a thorough review of the research techniques that will lead to future microprocessors. XXXXXXX Neuer Text This monograph surveys architectural mechanisms and implementation techniques for exploiting fine-grained and coarse-grained parallelism within microprocessors. It presents a comprehensive account of state-of-the-art techniques used in microprocessors that covers both the concepts involved and possible implementations. The authors also provide application-oriented methods and a thorough review of the research techniques that will lead to the development of future processors.

Network Processor Design

Download Network Processor Design PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 008051250X
Total Pages : 336 pages
Book Rating : 4.0/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Network Processor Design by : Mark A. Franklin

Download or read book Network Processor Design written by Mark A. Franklin and published by Elsevier. This book was released on 2005-03-11 with total page 336 pages. Available in PDF, EPUB and Kindle. Book excerpt: The past few years have seen significant change in the landscape of high-end network processing. In response to the formidable challenges facing this emerging field, the editors of this series set out to survey the latest research and practices in the design, programming, and use of network processors. Through chapters on hardware, software, performance and modeling, Network Processor Design illustrates the potential for new NP applications, helping to lay a theoretical foundation for the architecture, evaluation, and programming of networking processors. Like Volume 2 of the series, Volume 3 further shifts the focus from achieving higher levels of packet processing performance to addressing other critical factors such as ease of programming, application developments, power, and performance prediction. In addition, Volume 3 emphasizes forward-looking, leading-edge research in the areas of architecture, tools and techniques, and applications such as high-speed intrusion detection and prevention system design, and the implementation of new interconnect standards. - Investigates current applications of network processor technology at Intel; Infineon Technologies; and NetModule - Presents current research in network processor design in three distinct areas: - Architecture at Washington University, St. Louis; Oregon Health and Science University; University of Georgia; and North Carolina State University. - Tools and Techniques at University of Texas, Austin; Academy of Sciences, China; University of Paderborn, Germany; and University of Massachusetts, Amherst. - Applications at University of California, Berkeley; Universidad Complutense de Madrid, Spain; ETH Zurich, Switzerland; Georgia Institute of Technology; Vrije Universiteit, the Netherlands; and Universiteit Leiden, the Netherlands.

Network Processor Design

Download Network Processor Design PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 1558608753
Total Pages : 354 pages
Book Rating : 4.5/5 (586 download)

DOWNLOAD NOW!


Book Synopsis Network Processor Design by : Patrick Crowley

Download or read book Network Processor Design written by Patrick Crowley and published by Morgan Kaufmann. This book was released on 2003 with total page 354 pages. Available in PDF, EPUB and Kindle. Book excerpt: The past few years have seen significant change in the landscape of high-end network processing. In response to the formidable challenges facing this emerging field, the editors of this series set out to survey the latest research and practices in the design, programming, and use of network processors. Through chapters on hardware, software, performance and modeling, Volume 3 illustrates the potential for new NP applications, helping to lay a theoretical foundation for the architecture, evaluation, and programming of networking processors. Like Volume 2 of the series, Volume 3 further shifts the focus from achieving higher levels of packet processing performance to addressing other critical factors such as ease of programming, application developments, power, and performance prediction. In addition, Volume 3 emphasizes forward-looking, leading-edge research in the areas of architecture, tools and techniques, and applications such as high-speed intrusion detection and prevention system design, and the implementation of new interconnect standards. *Investigates current applications of network processor technology at Intel; Infineon Technologies; and NetModule. Presents current research in network processor design in three distinct areas: *Architecture at Washington University, St. Louis; Oregon Health and Science University; University of Georgia; and North Carolina State University. *Tools and Techniques at University of Texas, Austin; Academy of Sciences, China; University of Paderborn, Germany; and University of Massachusetts, Amherst. *Applications at University of California, Berkeley; Universidad Complutense de Madrid, Spain; ETH Zurich, Switzerland; Georgia Institute of Technology; Vrije Universiteit, the Netherlands; and Universiteit Leiden, the Netherlands.

C++ Concurrency in Action

Download C++ Concurrency in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638356351
Total Pages : 831 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis C++ Concurrency in Action by : Anthony Williams

Download or read book C++ Concurrency in Action written by Anthony Williams and published by Simon and Schuster. This book was released on 2019-02-07 with total page 831 pages. Available in PDF, EPUB and Kindle. Book excerpt: "This book should be on every C++ programmer’s desk. It’s clear, concise, and valuable." - Rob Green, Bowling Green State University This bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17! C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology You choose C++ when your applications need to run fast. Well-designed concurrency makes them go even faster. C++ 17 delivers strong support for the multithreaded, multiprocessor programming required for fast graphic processing, machine learning, and other performance-sensitive tasks. This exceptional book unpacks the features, patterns, and best practices of production-grade C++ concurrency. About the Book C++ Concurrency in Action, Second Edition is the definitive guide to writing elegant multithreaded applications in C++. Updated for C++ 17, it carefully addresses every aspect of concurrent development, from starting new threads to designing fully functional multithreaded algorithms and data structures. Concurrency master Anthony Williams presents examples and practical tasks in every chapter, including insights that will delight even the most experienced developer. What's inside Full coverage of new C++ 17 features Starting and managing threads Synchronizing concurrent operations Designing concurrent code Debugging multithreaded applications About the Reader Written for intermediate C and C++ developers. No prior experience with concurrency required. About the Author Anthony Williams has been an active member of the BSI C++ Panel since 2001 and is the developer of the just::thread Pro extensions to the C++ 11 thread library. Table of Contents Hello, world of concurrency in C++! Managing threads Sharing data between threads Synchronizing concurrent operations The C++ memory model and operations on atomic types Designing lock-based concurrent data structures Designing lock-free concurrent data structures Designing concurrent code Advanced thread management Parallel algorithms Testing and debugging multithreaded applications

Programming with Hyper-threading Technology

Download Programming with Hyper-threading Technology PDF Online Free

Author :
Publisher :
ISBN 13 : 9780971786141
Total Pages : 0 pages
Book Rating : 4.7/5 (861 download)

DOWNLOAD NOW!


Book Synopsis Programming with Hyper-threading Technology by : Richard Gerber

Download or read book Programming with Hyper-threading Technology written by Richard Gerber and published by . This book was released on 2004 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Annotation Introducing software developers to Intel's newest innovation, Intel Hyper-Threading technology, this book demonstrates this level of threading technology that has never been seen before in a general-purpose microprocessor. Shown is how Hyper-Threading technology, processor-level threading can be utilized to offers more efficient use of processor resources for greater parallelism and improved performance on today's multi-threaded software. Provided is an overview and the technical details of Hyper-Threading technology as well as lessons on how to thread an application, use efficient multitasking, and optimize for general chip and platform architectures. Also covered is how to use the Intel Treading Toolkit and perform processor-specific analysis and optimization. The companion CD-ROM contains threading and optimization tools, code samples, and technical documentation on Hyper-Threading technology.

Intel Threading Building Blocks

Download Intel Threading Building Blocks PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596514808
Total Pages : 332 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis Intel Threading Building Blocks by : James Reinders

Download or read book Intel Threading Building Blocks written by James Reinders and published by "O'Reilly Media, Inc.". This book was released on 2007-07-12 with total page 332 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multithreading is a requirement for good performance of systems with multi-core chips. This book explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems, and explains the key tasks in multithreading and how to accomplish them with TBB.

Heterogeneous Computing with OpenCL

Download Heterogeneous Computing with OpenCL PDF Online Free

Author :
Publisher : Newnes
ISBN 13 : 0124058949
Total Pages : 309 pages
Book Rating : 4.1/5 (24 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous Computing with OpenCL by : Benedict Gaster

Download or read book Heterogeneous Computing with OpenCL written by Benedict Gaster and published by Newnes. This book was released on 2012-11-13 with total page 309 pages. Available in PDF, EPUB and Kindle. Book excerpt: Heterogeneous Computing with OpenCL, Second Edition teaches OpenCL and parallel programming for complex systems that may include a variety of device architectures: multi-core CPUs, GPUs, and fully-integrated Accelerated Processing Units (APUs) such as AMD Fusion technology. It is the first textbook that presents OpenCL programming appropriate for the classroom and is intended to support a parallel programming course. Students will come away from this text with hands-on experience and significant knowledge of the syntax and use of OpenCL to address a range of fundamental parallel algorithms. Designed to work on multiple platforms and with wide industry support, OpenCL will help you more effectively program for a heterogeneous future. Written by leaders in the parallel computing and OpenCL communities, Heterogeneous Computing with OpenCL explores memory spaces, optimization techniques, graphics interoperability, extensions, and debugging and profiling. It includes detailed examples throughout, plus additional online exercises and other supporting materials that can be downloaded at http://www.heterogeneouscompute.org/?page_id=7 This book will appeal to software engineers, programmers, hardware engineers, and students/advanced students. Explains principles and strategies to learn parallel programming with OpenCL, from understanding the four abstraction models to thoroughly testing and debugging complete applications. Covers image processing, web plugins, particle simulations, video editing, performance optimization, and more. Shows how OpenCL maps to an example target architecture and explains some of the tradeoffs associated with mapping to various architectures Addresses a range of fundamental programming techniques, with multiple examples and case studies that demonstrate OpenCL extensions for a variety of hardware platforms

Future Trends in Microelectronics

Download Future Trends in Microelectronics PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 047064933X
Total Pages : 448 pages
Book Rating : 4.4/5 (76 download)

DOWNLOAD NOW!


Book Synopsis Future Trends in Microelectronics by : Serge Luryi

Download or read book Future Trends in Microelectronics written by Serge Luryi and published by John Wiley & Sons. This book was released on 2010-08-03 with total page 448 pages. Available in PDF, EPUB and Kindle. Book excerpt: In the summer of 2009, leading professionals from industry, government, and academia gathered for a free-spirited debate on the future trends of microelectronics. This volume represents the summary of their valuable contributions. Providing a cohesive exploration and holistic vision of semiconductor microelectronics, this text answers such questions as: What is the future beyond shrinking silicon devices and the field-effect transistor principle? Are there green pastures beyond the traditional semiconductor technologies? This resource also identifies the direction the field is taking, enabling microelectronics professionals and students to conduct research in an informed, profitable, and forward-looking fashion.

Algorithms & Architectures For Parallel Processing, 4th Intl Conf

Download Algorithms & Architectures For Parallel Processing, 4th Intl Conf PDF Online Free

Author :
Publisher : World Scientific
ISBN 13 : 9814492019
Total Pages : 745 pages
Book Rating : 4.8/5 (144 download)

DOWNLOAD NOW!


Book Synopsis Algorithms & Architectures For Parallel Processing, 4th Intl Conf by : Andrzej Marian Goscinski

Download or read book Algorithms & Architectures For Parallel Processing, 4th Intl Conf written by Andrzej Marian Goscinski and published by World Scientific. This book was released on 2000-11-24 with total page 745 pages. Available in PDF, EPUB and Kindle. Book excerpt: ICA3PP 2000 was an important conference that brought together researchers and practitioners from academia, industry and governments to advance the knowledge of parallel and distributed computing. The proceedings constitute a well-defined set of innovative research papers in two broad areas of parallel and distributed computing: (1) architectures, algorithms and networks; (2) systems and applications.

The Art of Multiprocessor Programming, Revised Reprint

Download The Art of Multiprocessor Programming, Revised Reprint PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0123977959
Total Pages : 537 pages
Book Rating : 4.1/5 (239 download)

DOWNLOAD NOW!


Book Synopsis The Art of Multiprocessor Programming, Revised Reprint by : Maurice Herlihy

Download or read book The Art of Multiprocessor Programming, Revised Reprint written by Maurice Herlihy and published by Elsevier. This book was released on 2012-06-25 with total page 537 pages. Available in PDF, EPUB and Kindle. Book excerpt: Revised and updated with improvements conceived in parallel programming courses, The Art of Multiprocessor Programming is an authoritative guide to multicore programming. It introduces a higher level set of software development skills than that needed for efficient single-core programming. This book provides comprehensive coverage of the new principles, algorithms, and tools necessary for effective multiprocessor programming. Students and professionals alike will benefit from thorough coverage of key multiprocessor programming issues. - This revised edition incorporates much-demanded updates throughout the book, based on feedback and corrections reported from classrooms since 2008 - Learn the fundamentals of programming multiple threads accessing shared memory - Explore mainstream concurrent data structures and the key elements of their design, as well as synchronization techniques from simple locks to transactional memory systems - Visit the companion site and download source code, example Java programs, and materials to support and enhance the learning experience