Brian Goetz is a software consultant with twenty years industry experience, with over 75 articles on Java development. He is one of the primary members of the Java Community Process JSR 166 Expert Group (Concurrency Utilities), and has served on numerous other JCP Expert Groups.
Tim Peierls is the very model of a modern multiprocessor, with BoxPop.biz, recording arts, and goings on theatrical. He is one of the primary members of the Java Community Process JSR 166 Expert Group (Concurrency Utilities), and has served on numerous other JCP Expert Groups.
Joshua Bloch is a principal engineer at Google and a Jolt Award-winner. He was previously a distinguished engineer at Sun Microsystems and a senior systems designer at Transarc. Josh led the design and implementation of numerous Java platform features, including JDK 5.0 language enhancements and the award-winning Java Collections Framework. He holds a Ph.D. in computer science from Carnegie Mellon University.
Joseph Bowbeer is a software architect at Vizrea Corporation where he specializes in mobile application development for the Java ME platform, but his fascination with concurrent programming began in his days at Apollo Computer. He served on the JCP Expert Group for JSR-166 (Concurrency Utilities).
David Holmes is director of DLTeCH Pty Ltd, located in Brisbane, Australia. He specializes in synchronization and concurrency and was a member of the JSR-166 expert group that developed the new concurrency utilities. He is also a contributor to the update of the Real-Time Specification for Java, and has spent the past few years working on an implementation of that specification.
Doug Lea is one of the foremost experts on object-oriented technology and software reuse. He has been doing collaborative research with Sun Labs for more than five years. Lea is Professor of Computer Science at SUNY Oswego, Co-director of the Software Engineering Lab at the New York Center for Advanced Technology in Computer Applications, and Adjunct Professor of Electrical and Computer Engineering at Syracuse University. In addition, he co-authored the book, Object-Oriented System Development (Addison-Wesley, 1993). He received his B.A., M.A., and Ph.D. from the University of New Hampshire.
发表于2024-11-22
Java Concurrency in Practice 2024 pdf epub mobi 电子书
整体上还是可以看的,不过很多地方看不懂只是因为翻译不恰当。 这本书本身值五颗星。 译文: 一个对象是否需要是线程安全的,取决于它是否被多个线程访问。这指的是程序中访问对象的方式,而不是对象要实现的功能。 原文: Whether an object needs to be thread‐safe depen...
评分翻译太糟糕,有些地方甚至翻译成相反的意思,语言也很啰嗦,甚至不如Google翻译!!! 例如: 4.1 章节,原文如下: While it is possible to write a thread-safe program that stores all its state in public static fields, it is a lot harder to verify its thread sa...
评分请注意这本书叫《Java并发编程实战》,和《Java并发编程实践》是两本书,前者翻译的非常好,后者的翻译我基本看不懂。 本书关于并发编程的细节介绍得非常详细,看得出有很多实践功底,而不是一个理论派,建议每一个学并发的同学看看。
评分我看过的书不算少, 但是本书是对我帮助最大的. 由于本书难度较高, 不好翻译, 中文版的质量也确实让人不敢恭维. 因此只好硬着头皮啃完英文原版. 当翻完最后一页的时候, 我知道从此之后不会再对英文技术书籍抱有恐惧, 这是我最大的收获. 另外, 从书中学到的知识也很有用, 经常...
评分请注意这本书叫《Java并发编程实战》,和《Java并发编程实践》是两本书,前者翻译的非常好,后者的翻译我基本看不懂。 本书关于并发编程的细节介绍得非常详细,看得出有很多实践功底,而不是一个理论派,建议每一个学并发的同学看看。
图书标签: Java concurrency 并发 编程 programming 计算机 并发程序设计 java
This book covers:
Basic concepts of concurrency and thread safety
Techniques for building and composing thread-safe classes
Using the concurrency building blocks in java.util.concurrent
Performance optimization dos and don'ts
Testing concurrent programs
Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model
pdf档
评分写得很好,读这本书不仅能学习一些java并发编程的习惯用法,还能学到一些通用的并发编程技术
评分有空再读一遍
评分目前还没碰到过复杂的使用场景
评分有时间再读一遍
Java Concurrency in Practice 2024 pdf epub mobi 电子书