Bookbot

Java(TM) Performance and Scalability - 1: Server-Side Programming Techniques

Autori

Valutazione del libro

Maggiori informazioni sul libro

This book aims to equip Java programmers with the skills necessary to develop efficient, scalable code. The author shares insights from his experience in server-side performance tuning, focusing on measured performance assessments known as optimizations. Each optimization presents techniques to enhance code performance and scalability, supported by concrete data and evaluations. The content is organized into 48 concise lessons addressing common performance pitfalls, offering a wealth of practical tips to improve program efficiency. Key topics include memory management, garbage collection, caching, and multithreading. Specific lessons cover reserving StringBuffer capacity, avoiding premature object creation, creating an efficient vector class, designing caching into APIs, understanding synchronization costs, managing parallel subtasks, optimizing JNI efficiency, varying server workloads, and utilizing ServletOutputStream and JDBC connection caching. The author concludes with a practical application that demonstrates the effectiveness of these optimizations, showcasing how a typical program's performance can be quadrupled through a series of steps that integrate the lessons discussed. This resource provides both the methodology and evidence needed for improved coding practices.

Acquisto del libro

Java(TM) Performance and Scalability - 1: Server-Side Programming Techniques, Dov Bulka

Lingua
Pubblicato
2000
product-detail.submit-box.info.binding
(In brossura),
Condizioni del libro
Danneggiato
Prezzo
1,20 €

Metodi di pagamento

3,2
Ok
7 Valutazioni

Qui potrebbe esserci la tua recensione.

Lingua
Inglese
Autori
Dov Bulka
Pubblicato
2000
Formato
In brossura
Pagine
320
ISBN10
0201704293
ISBN13
9780201704297
Serie
Valutazione
3,15 su 5
Descrizione
This book aims to equip Java programmers with the skills necessary to develop efficient, scalable code. The author shares insights from his experience in server-side performance tuning, focusing on measured performance assessments known as optimizations. Each optimization presents techniques to enhance code performance and scalability, supported by concrete data and evaluations. The content is organized into 48 concise lessons addressing common performance pitfalls, offering a wealth of practical tips to improve program efficiency. Key topics include memory management, garbage collection, caching, and multithreading. Specific lessons cover reserving StringBuffer capacity, avoiding premature object creation, creating an efficient vector class, designing caching into APIs, understanding synchronization costs, managing parallel subtasks, optimizing JNI efficiency, varying server workloads, and utilizing ServletOutputStream and JDBC connection caching. The author concludes with a practical application that demonstrates the effectiveness of these optimizations, showcasing how a typical program's performance can be quadrupled through a series of steps that integrate the lessons discussed. This resource provides both the methodology and evidence needed for improved coding practices.