Tuesday, February 22, 2005

PreciseJava.com - Best practices to improve performance in Servlets

PreciseJava.com - Best practices to improve performance in Servlets: "This topic illustrates the performance improvement best practices in Servlets with the following sections:
Overview of Servlets
Use init()method as cache
Optimization techniques in service() method
Optimization techniques in destroy() method
Cache the static and dynamic data
Choosing the right session mechanism
Control HttpSession
Disable Servlet auto reloading
Control Thread pool
Key Points"

No comments:

Post a Comment