Sun Java System Application Server Enterprise Edition 8.1 2005Q2 Performance Tuning Guide
只搜寻这本书
以 PDF 格式下载本书 (1023 KB)

General Guidelines

Follow these general guidelines to increase performance of the presentation tier:

  • Minimize Java synchronization in servlets.

  • Don’t use the single thread model for servlets.

  • Use the servlet’s init() method to perform expensive one-time initialization.

  • Avoid using System.out.println() calls.