在過去的兩個半月里,Vincent Partington總結出了Java企業級應用的性能問題TOP 10:
- #10 - Excessive logging
- #9 - Incorrect application server configuration
- #8 - Incorrect usage of Java EE
- #7 - Unnecessary use of XML
- #6 - Improper caching
- #5 - Excessive memory usage
- #4 - Badly performing libraries
- #3 - Incorrectly implemented concurrency
- #2 - Unnecessary remoting
- #1 - Incorrect database usage
以下兩點需要注意:
- 首先,java開發者在開發一個項目時,必須從頭至尾都要重視性能問題;
- 其次,Java開發者需要與諸如應用服務器和數據庫的管理員一起完成項目開發,因為他們可以幫助開發者提高系統性能。
文章轉自:
http://www.theserverside.com/news/thread.tss?thread_id=45187