Java Performance and Scalability, Volume 1

Java Performance and Scalability, Volume 1
Author :
Publisher :
Total Pages : 320
Release :
ISBN-10 : OCLC:1100828147
ISBN-13 :
Rating : 4/5 (47 Downloads)

Book Synopsis Java Performance and Scalability, Volume 1 by : Dov Bulka

Download or read book Java Performance and Scalability, Volume 1 written by Dov Bulka and published by . This book was released on 2000 with total page 320 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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. Specific lessons include: 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 In addition to providing hard numbers that quantify the optimizations, the author concludes the book with an application demonstrating the effectiveness of the performance optimizations. The exercise takes a typical program and increases its performance fourfold through a series of steps that tie together the lessons learned throughout the book. He offers both the means and the proof to better coding. 0201704293B04062001.


Java Performance and Scalability, Volume 1 Related Books

Java Performance and Scalability, Volume 1
Language: en
Pages: 320
Authors: Dov Bulka
Categories: Java (Computer program language)
Type: BOOK - Published: 2000 - Publisher:

DOWNLOAD EBOOK

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
Java Performance and Scalability: Server-side programming techniques
Language: en
Pages: 330
Authors: Dov Bulka
Categories: Electronic books
Type: BOOK - Published: 2000 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

PLEASE PROVIDE DESCRIPTION
Java Performance and Scalability
Language: en
Pages: 346
Authors: Henry Liu
Categories: Computers
Type: BOOK - Published: 2013 - Publisher: Createspace Independent Pub

DOWNLOAD EBOOK

Written in Henry Liu's clear, concise style, Java Performance and Scalability gets right to the point. With clearly explained concepts, most pertinent theories,
Java Performance
Language: en
Pages: 717
Authors: Charlie Hunt
Categories: Computers
Type: BOOK - Published: 2012 - Publisher: Prentice Hall

DOWNLOAD EBOOK

This is the first one-stop guide to identifying, isolating, and fixing Java performance issues on multicore and multiprocessor platforms.
Java Platform Performance
Language: en
Pages: 266
Authors: Steve Wilson
Categories: Computers
Type: BOOK - Published: 2000 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

Drawing on the authors knowledge of the Java programming language and their extensive experience working on performance issues, the book reveals common mistakes