0
votes
0answers
74 views

Terracotta cache Event Replication

I developed an application which use Terracotta distributed cache for hibernate objects. 2 instances of this app run at the same time (A and B). I would like to add a new feature to notify app B ...
0
votes
0answers
239 views

Terracotta unexpected CommonShutDownHook and client exiting

I use Weblogic 9 + app with distributed ehcache. During some tests the following event was occured: 2012-07-04 13:28:52,498 [TC Memory Monitor] INFO com.tc.runtime.TCMemoryManagerImpl - Sleep time ...
2
votes
2answers
529 views

Distributed caching for Mybatis

Anyone had production experience with distributed caching for Mybatis? I saw some suggestions for ehcache/Terracotta, but previous experience with Terracotta would make me want to stay away from it ...
1
vote
2answers
478 views

Distributed Ehcache working using JTA

I am trying to do some bench-marking of Distributed transaction memory using Terracotta Ehcache (Open Source). I am having some problem understanding its working with JTA. In code I have found that ...
4
votes
2answers
147 views

What does “it deltas memory” mean in the context of Terracotta?

I am reading the book Spring Recipes. I am not able to comprehend certain things said about terracota. The following is a paragraph from the book Terracotta is different than most clustered ...
2
votes
1answer
788 views

How does EHCache using Terracotta handle eviction from the distributed heap?

We've recently started using EHCache with Terracotta to run a distributed data cache for application data. Let's say that any client node has about 2gb for their heaps, whereas server nodes have 8gb. ...
5
votes
2answers
1k views

What does a Terracotta server do when it is used as a backend for EHCache with Hibernate?

My DAL is implemented with Hibernate and I want to use EHCache as its second level cache with its distributed capabilities (for scalability and HA). Seeing as EHCache provides distributed caching ...
5
votes
4answers
3k views

Is Terracotta a distributed cache?

Is Terracotta a distributed cache?
1
vote
2answers
1k views

Distributed, persistent cache using EHCache

I currently have a distributed cache using EHCache via RMI that works just fine. I was wondering if you can include persistence with the caches to create a distributed, persistent cache. Alongside ...
4
votes
7answers
3k views

Distributed Caching

I am looking for a java distributed caching solution. We would like features likes: Distributed Auto-Discovery Redundancy Non-Centralized We've analyzed a framework like TerraCotta which seems to ...