caching

Terracotta DSO

ざっと読んだ感じ、JBoss Cacheと実現方法は変わらないようだなぁ。Object Identityの確保についても説明があるから、後で読み込むことにしよう。Object Identity, Tradition and DSO - Part 1 http://blog.terracottatech.com/archive/2005/08/object_ident…

JBoss Cacheの問題点、特徴、その実現方法

http://www.onjava.com/pub/a/onjava/2005/11/09/jboss-pojo-cache.html記事から一部を抜粋。 既存のキャッシュの問題点 The user will have to manage the cache specifically. The need for Java object serialization could hamper performance. If the o…