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.
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
發表於2025-01-22
Java Concurrency in Practice 2025 pdf epub mobi 電子書 下載
最近在寫java服務器端的應用程序,碰到瞭不少多綫程編程的問題。 乘著國慶假期好好的讀瞭一下這本書, 解答瞭之前工作中說遇到的睏惑。機械工業的這個中文版翻譯的還可以,雖然譯者名單長的有點恐怖,但是確實還沒有發現太多的由於翻譯導緻的理解障礙,當然也可能是因為原著示...
評分這本書的組織很有意思 並發編程的核心方法論是什麼?一句話,handle shared mutable state correctly 本質是對可變共享狀態的管理和維護,這衍生齣瞭一係列方麵: 1)模型(內存模型,或者說共享狀態管理的依據); 2)工具:也就是如何利用共享變量,實現各種各樣的程序功能;...
評分最近在寫java服務器端的應用程序,碰到瞭不少多綫程編程的問題。 乘著國慶假期好好的讀瞭一下這本書, 解答瞭之前工作中說遇到的睏惑。機械工業的這個中文版翻譯的還可以,雖然譯者名單長的有點恐怖,但是確實還沒有發現太多的由於翻譯導緻的理解障礙,當然也可能是因為原著示...
評分這本書的前半部分我讀的非常仔細,但後半部分則跳躍瞭很多,並沒有完整的閱讀。當然原因肯定不是這本書不夠好,而是我本人的內力實在是太差瞭,越看越羞愧。 所謂實踐是檢驗真理的唯一標準,要想理解書上的精髓,唯有多實踐,方能有所收獲。現在的我越來越感覺自己有些“眼高手...
評分我看過的書不算少, 但是本書是對我幫助最大的. 由於本書難度較高, 不好翻譯, 中文版的質量也確實讓人不敢恭維. 因此隻好硬著頭皮啃完英文原版. 當翻完最後一頁的時候, 我知道從此之後不會再對英文技術書籍抱有恐懼, 這是我最大的收獲. 另外, 從書中學到的知識也很有用, 經常...
圖書標籤: Java concurrency 並發 編程 programming 計算機 並發程序設計 java
java開發者必看!
評分寫得很好,讀這本書不僅能學習一些java並發編程的習慣用法,還能學到一些通用的並發編程技術
評分如果你想寫Java並發程序,這無疑是最好的入門書,講清楚瞭一些最重要的東西:模式、性能和Memory Model。
評分cf. "Concurrency: State Models & Java Programs"
評分並發編程入門介紹,相當部分的內容不限於Java。
Java Concurrency in Practice 2025 pdf epub mobi 電子書 下載