本周排行
本月排行
累计排行
- ·JAVA2核心技术第1卷.基础知识
- ·Java完美编程(第三版)
- ·java编程思想第四版
- ·java核心技术编程第8版
- ·J2EE应用与BEA.WebLogic.Server第2..
- ·Struts 2 in Action
- ·Java网络编程实例(PDF)
- ·高级 java2 大学教程(含源码)
- ·Java 技术教程(基础篇)
- ·Eclipse从入门到精通
- ·《精通Hibernate:Java对象持久化技..
- ·精通Java Swing程序设计
- ·C#.NET编程-NHibernate资料整合
- ·java2入门经典
- ·中文版JSP数据库编程指南(PDF)
- ·JAVA编程思想习题及答案
- ·J2EE专业项目实例开发
- ·struts2+sping2.0+hibernate3.0
- ·Sun Java培训教程中文版(PDF)
- ·Java语言SQL接口——JDBC编程技术 ..
- ·J2EE应用与BEA.WebLogic.Server第2..
- ·java核心技术编程第8版
- ·JAVA2核心技术第1卷.基础知识
- ·java编程思想第四版
- ·Java完美编程(第三版)
- ·Struts 2 in Action
- ·Spring专业开发指南(中文)
- ·C#.NET编程-NHibernate资料整合
- ·Java网络编程实例(PDF)
- ·actionscript 3.0语言和组件参考
- ·jBPM中文用户指南
- ·《精通Hibernate:Java对象持久化技..
- ·精通Java Swing程序设计
- ·Java数据库高级编程宝典
- ·Hibernate开发资料整合
- ·Java 技术教程(基础篇)
- ·J2SE API 中文版
- ·Eclipse从入门到精通
- ·精通系列:精通java核心技术
- ·Java2范例入门与提高
- ·Java2范例入门与提高
- ·清华大学JAVA教程
- ·JAVA网络游戏编程(CHM)
- ·Java网络编程实例(PDF)
- ·Java图解教程
- ·Java 程序设计题解与上机指导
- ·Java 技术教程(基础篇)
- ·Sun Java培训教程中文版(PDF)
- ·Java 程序设计入门教程
- ·Java手机程式设计入门
- ·JBuilder开发人员指南(PDF)
- ·JBuilder程序设计实例
- ·精通系列:精通java核心技术
- ·深入学习:JFC SWING—JAVA基础类组..
- ·《JAVA并发程序设计实践》 电子书 ..
- ·Java XML编程指南
- ·Webwork.in.action最新中文版
- ·Java数据库编程指南
- ·java2入门经典
- ·Java语言SQL接口——JDBC编程技术 ..
赞助商广告
- 书籍大小:1.15 MB
- 书籍语言:中文版
- 书籍类别:中文版 / 免费软件 / JAVA
- 运行环境:Win2003, WinXP, Win2000, NT, WinME
- 添加时间:2006-7-24 14:16:06
- 更新时间:2006-7-24 14:16:06
- 编辑人员:tcpu
- 书籍评级:

- 下载统计:日(2)周(7)月(10)总(3630)
Addison Wesley Java Concurrency in Practice May 2006 eBook
Addison-Wesley 出版的书籍《在实践中使用Java》电子版。一本关于JAVA并发程序设计方面的指导书。

"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."
--Martin Buchholz
JDK Concurrency Czar, Sun Microsystems
"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."
--Doron Rajwan
Research Scientist, Intel Corp
"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."
--Ted Neward
Author of Effective Enterprise Java
"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."
--Kirk Pepperdine
CTO, JavaPerformanceTuning.com
"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."
--Dr. Cliff Click
Senior Software Engineer, Azul Systems
"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."
--Dr. Heinz Kabutz
The Java Specialists' Newsletter
"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."
--Bruce Tate
Author of Beyond Java
"Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."
--Bill Venners
Author of Inside the Java Virtual Machine
Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.
However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.
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
- 如果您发现该软件不能下载,请提交错误报告.
- 为了保证您快速的下载,推荐使用[网际快车]等专业工具下载.
- 为确保所下软件能正常使用,请使用[WinRAR v3.70]或以上版本解压本站软件.
- 站内软件包含破解及注册码均由网上搜集,若无意中侵犯到您的权利,敬请来信联系我们.
- 本站默认解压缩密码是:http://www.05sun.com或者:http://down.05sun.com
- 本站设有电信网通多台服务器,如果出现无法下载请换一条线路试一下!
- 使用迅雷或快车下载本站大型软件,请选择只使用原始资源下载选项,否则文件可能被破坏不能解压。
- 本站部分大型软件采用分卷压缩,请下载所有分卷到同一目录,然后只需要解压缩第一个分卷。
- 部分国内杀毒软件把注册机(特别是内存注册机)报告为病毒。这是为了打击破解,盗版。如果你觉得软件好用,建议向作者注册或购买!如果你对误报病毒很在乎,请不要下载使用。我们提供的软件尽量测试后上传的。
| 评论人 | 评论内容摘要(共 1 条,查看完整内容) 得分 42 分 | 发表时间 |
商务合作: QQ:2963458 Email: 05sun@163.com 交流群 群1:1361692 群2:7710545 群3:9292130 群4:51075709
Copyright 2003-2005 Www.05sun.Com 版权所有 蜀ICP备 05031544号
本站提供的所有软件均来自互联网下载纯属学习交流之用,如侵犯您版权的请与我们联系,我们会尽快改正请在下载24小时内删除
