0

I need suggestions on cache clustering for Grails at the most recent version I can get.

I've been trying to set up Terracotta with Grails 2.4.4 but I can't manage to find a compatible version of its plugin (by the way, the Terracotta plugin page says it was last updated 6 years ago). Also I can't find any recent posts on cache clustering for grails. I'm planning on using it also for session replication. I'm using Apache Shiro for authentication/authorization. But that shouldn't matter.

Douglas Mendes
  • 322
  • 2
  • 12

1 Answers1

0

Ehcache has an embedded distributed solution based on RMI. I'm gonna give it a try but I'm not sure it'll work for web sessions in grails since the documentation says to use Terracotta.

Douglas Mendes
  • 322
  • 2
  • 12