使用ehcache元註釋提高Spring 效能原始碼案例

banq發表於2011-09-30
ScaleAholic: Spring Performance With Annotations and Ehcache ARC

Spring 的元註釋可以將方法進行快取提高效能,下面是結合Ehcache 2.5提供ARC(資源自動管理)的一個原始碼案例,需要SVN check out,這個專案的download應該是Spring元註釋和快取結合的框架:

http://code.google.com/p/ehcache-spring-annotations/wiki/WeatherServiceExample

作者認為至少可以解決下面幾個問題:

崩潰Crash - Out of Memory 錯誤 OOME錯誤
暫停Pause - 長時間GC垃圾回收機制會暫停你的應用,降低使用者感受
浪費空間 -
微調地獄Tuning Hell -
差的效能Poor Performance -

相關文章