Concurrent Patterns and Best Practices

时间:2021-11-08 04:47:27
【文件属性】:

文件名称:Concurrent Patterns and Best Practices

文件大小:15.52MB

文件格式:PDF

更新时间:2021-11-08 04:47:27

Concurrent Patterns

Selecting the correct concurrency architecture has a significant impact on the design and performance of your applications. This book explains how to leverage the different characteristics of parallel architecture to make your code faster and more efficient. To start with, you'll understand the basic concurrency concepts and explore patterns around explicit locking, lock free programming, futures & actors. Then, you'll get insights into different concurrency models and parallel algorithms and put them to practice in different scenarios to realize your application's true potential. We'll take you through multithreading design patterns, such as master, slave, leader, follower, map-reduce, and monitor, also helping you to learn hands-on coding using these patterns. Once you've grasped all of this, you'll move on to solving problems using synchronizer patterns. You'll discover the rationale for these patterns in distributed & parallel applications, followed by studying how future composition, immutability and the monadic flow help create more robust code. Toward the end of the book, you'll learn about the actor paradigm and actor patterns - the message passing concurrency paradigm.


网友评论

  • 中文版翻译名叫:并发模式与应用实践,定价79,好贵。
  • 也是电子书转的pdf, 而且转的还不是特别好. 有个7M多的版本,只有258页(pdf页面,不是原书页面),效果比这个好.
  • 358页,书中代码有Scala和Java