GSPTG Performance Tuning Guide
performance-tuning-guide
User Manual:
Open the PDF directly: View PDF
Page Count: 90
- Contents
- Preface
- 1 Overview of GlassFish Server Performance Tuning
- 2 Tuning Your Application
- Java Programming Guidelines
- Avoid Serialization and Deserialization
- Use StringBuilder to Concatenate Strings
- Assign null to Variables That Are No Longer Needed
- Declare Methods as final Only If Necessary
- Declare Constants as static final
- Avoid Finalizers
- Declare Method Arguments final
- Synchronize Only When Necessary
- Use DataHandlers for SOAP Attachments
- Java Server Page and Servlet Tuning
- EJB Performance Tuning
- Java Programming Guidelines
- 3 Tuning the GlassFish Server
- Using the GlassFish Server Performance Tuner
- Deployment Settings
- Logger Settings
- Web Container Settings
- EJB Container Settings
- Java Message Service Settings
- Transaction Service Settings
- HTTP Service Settings
- Network Listener Settings
- Transport Settings
- Thread Pool Settings
- ORB Settings
- Resource Settings
- Load Balancer Settings
- 4 Tuning the Java Runtime System
- 5 Tuning the Operating System and Platform