hibernate distributed 2nd level cache options

Posted by ishmeister on Stack Overflow See other posts from Stack Overflow or by ishmeister
Published on 2010-05-28T09:51:38Z Indexed on 2010/06/02 20:54 UTC
Read the original article Hit count: 175

Not really a question but I'm looking for comments/suggestions from anyone who has experiences using one or more of the following:

  • EhCache with RMI
  • EhCache with JGroups
  • EhCache with Terracotta
  • Gigaspaces Data Grid

A bit of background: our applications is read only for the most part but there is some user data that is read-write and some that is only written (and can also be reasonably inaccurate). In addition, it would be nice to have tools that enable us to flush and fill the cache at intervals or by admin intervention.

Regarding the first option - are there any concerns about the overhead of RMI and performance of Java serialization?

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate