Seven Concurrency Models in Seven Weeks: When Threads Unravel (Paperback)
Paul Butcher
- 出版商: Pragmatic Bookshelf
- 出版日期: 2014-08-05
- 定價: $1,260
- 售價: 8.8 折 $1,109
- 語言: 英文
- 頁數: 296
- 裝訂: Paperback
- ISBN: 1937785653
- ISBN-13: 9781937785659
-
相關分類:
大數據 Big-data、程式語言
-
相關翻譯:
七周七併發模型 (簡中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$690$587 -
$1,650$1,568 -
$1,480$1,406 -
$580$458 -
$2,540$2,413 -
$480$408 -
$1,056Functional Programming Patterns in Scala and Clojure: Write Lean Programs for the JVM (Paperback)
-
$2,320$2,204 -
$1,830$1,739 -
$480$408 -
$788Functional Programming in Scala (Paperback)
-
$980$774 -
$680$578 -
$360$306 -
$780$616 -
$1,880$1,786 -
$560$442 -
$500$395 -
$1,901Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 (Paperback)
-
$1,420$1,349 -
$350$315 -
$580$458 -
$450$356 -
$1,628Concurrency in Go: Tools and Techniques for Developers (Paperback)
-
$1,980$1,881
相關主題
商品描述
Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code.
This book will show you how to exploit different parallel architectures to improve your code's performance, scalability, and resilience.
Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365. Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it.
You'll learn about the untapped potential within every GPU and how GPGPU software can unleash it. You'll see how to use MapReduce to harness massive clusters to solve previously intractible problems, and how, in concert with Stream Processing, big data can be tamed.
With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, you'll be empowered to tackle any problem with confidence.
What You Need:
The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter.