InfoCenter Home > 4.2.8: Programming high performance Web applicationsThis article offers tips and guidelines for creating Web applications that perform well in the WebSphere Application Server environment. It also includes enterprise beans tips as appropriate. Best Practices White PaperYou are encouraged to refer to the IBM White Papers site for a White Paper entitled "WebSphere Application Server Development Best Practices for Performance and Scalability." Use calls to ServletContext.log() sparinglyEach calls to the ServletContext.log() method is recorded in the WebSphere administrative database. Overusing calls to this method will seriously degrade performance. Limit calls to only those events that should be considered SeriousEvents. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|