Taming Java Threads (PDF 英文版)
(PDF 英文版,附源码)
By Allen Holub
Paperback: 300 pages
Publisher: Apress (June 1, 2000)
ISBN-10: 1893115100
ISBN-13: 978-1893115101
Learning how to write multithreaded applications is the key to taking full advantage of the Java platform. In Taming Java Threads, well-known columnist and Java expert Allen Holub provides Java programmers with the information they need to write real multithreaded programsprograms with real code. Holub provides an in-depth explanation of how threads work along with information about how to solve common problems such as deadlocks and race conditions. He not only explains common problems, but also provides the uncommon solutions that mark the difference between production-level code and toy demos.
Topics covered in this book include the architecture of threads; the mutex and lock management; condition variables and counting semaphores; timers, alarms, and swing thread safety; observers and multicasters; singletons, critical sessions, and reader/writer locks; threads in an object-oriented world; and object-oriented threading architectures.
详细介绍在此:http://www.apress.com/book/view/1893115100
压缩包内文件列表:
TamingJavaThreads.pdf 电子书
TamingJavaThreadsCode.zip 配套源代码
TamingJavaThreadsPPT.pdf 配套PPT参考文档