|
Java Performance and Scalability: Server-Side Programming Techniques |
| Edition |
1st
|
| Publish Date |
2000
|
| Author |
Dov Bulka
|
| ISBN |
0201704293
|
| Publisher |
Addison-Wesley
|
| Format |
Paperback, 287 pages
|
| Price |
$34.95 at fatbrain.com
|
| Rating |
9/10
|
| Review |
A book for the experts, there is extensive coverage of Servlets, as well as much information useful for real-world programming. A key feature of this book that separates it from the rest is how the author includes information (charts and descriptions) of case study results, showing you which techniques are more useful than others.
|
| Contents |
- Reserving StringBuffer capacity
- Avoiding premature object creation
- Creating an efficient vector class
- Designing caching into your API
- The cost of synchronization
- Parallel subtasks
- JNI efficiency
- Varying the server workload and RMI network plumbing
- Using ServletOutputStream
- Caching JDBC connections
|
| Publisher's Note |
This book was written with one goal in mind: to provide Java programmers with the expertise needed to build efficient, scalable Java code. The author shares his experience in server-side performance tuning through measured performance assessments, called optimizations. Each optimization discusses techniques to improve the performance and scalability of your code. Every claim is substantiated with hard numbers and an experience-based evaluation. Java Performance and Scalability, Volume 1, provides invaluable advice that you will, no doubt, find useful in your coding.
Presented in 48 concise lessons that target the most common and critical performance pitfalls, this book offers a plethora of practical tips and solutions for boosting the performance of your programs. These lessons cover performance-critical areas such as memory management, garbage collection, caching, and multithreading.
|
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|