Java concurrency in practice 热度: JavaConcurrencyinPractice ByBrianGoetz,TimPeierls,JoshuaBloch,JosephBowbeer,DavidHolmes,DougLea ... Publisher:AddisonWesleyProfessional PubDate:May09,2006 PrintISBN-10:0-321-34960-1 PrintISBN-13:978-0-321-34960-6 Pages...
Still in the process of reading this, but so far I've found it to be really approachable and a relatively easy read。 Properly handling concurrency is a notoriously difficult problem but Brian Goetz spends a good amount of time going over it with not only practical Java examples, but also ...
ptgptg Advance praise for Java Concurrency in PracticeI was fortunate indeed to have worked with a fantastic team on the design andimplementation of the concurrency features added to the Java platform in Java and Java 6. Now
Java Concurrency in Practice arms readers with both the theoretBrian GoetzTimothy PeierlsJoshua J. BlochJoseph BowbeerD. HolmesD. LeaB. Goetz, T. Peierls, J. Bloch, J. Bowbeeer, D. Holmes, and D. Lea. Java Concurrency in Practice. Addison Wesley, 2006....
作者:[美] Brian Goetz/[美] Tim Peierls/[美] Joshua Bloch/[美] Joseph Bowbeer/[美] David Holmes/[美] Doug Lea 出版社:机械工业出版社 原作名:Java Concurrency in Practice 译者:童云兰 出版年:2012-2 页数:293 定价:69.00元 装帧:平装
Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it willbe driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be verychallenging. Java Concurrency in Practice provides you with ...
3)Java Concurrency in Practice(by Brian Goetz) 随着多核处理器的普及,使用并发成为构建高性能应用程序的关键。Java 5以及6在开发并发程序取得了显著的进步,提高了Java虚拟机的性能,提高了并发类的可伸缩性,并加入了丰富的新并发构建块。在本书中,这些便利工具的创造者不仅解释了它们究竟如何工作、如何使用,同时,...
在本书的网站http://www.javaconcurrencyinpractice.com上提供了完整的代码示例、辅助示例以及勘误表。 代码示例可分为三类:“好的”示例、“一般的”示例和“糟糕的”示例。“好的”示例是应该被效仿的技术。“糟糕的”示例是一定不能效仿的技术,而且还会用一个“Mr. Yuk”的图标来表示该示例中的代码是“有害...
包含三本书,[Java并发编程实践].(Java.Concurrency.in.Practice).Brian.Goetz.文字版,《java并发编程的艺术》,JAVA并发编程实践,都为高清版本 上传者:qq_35437792时间:2018-04-28 Java Concurrency in Practice.zip Java concurrency in Practice高清pdf,带目录标签,Java并发实战 ...
JSR-166 Interest Site by Doug Lea: http://gee.cs.oswego.edu/dl/concurrency-interest/ Project Coin: http://openjdk.java.net/projects/coin/ Java Concurrency in Practice by Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes and Doug Lea (Addision-Wesley Professional): http...