在過去的兩個半月里,Vincent Partington總結出了Java企業(yè)級應用的性能問題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開發(fā)者在開發(fā)一個項目時,必須從頭至尾都要重視性能問題;
- 其次,Java開發(fā)者需要與諸如應用服務器和數(shù)據(jù)庫的管理員一起完成項目開發(fā),因為他們可以幫助開發(fā)者提高系統(tǒng)性能。
文章轉自:
http://www.theserverside.com/news/thread.tss?thread_id=45187