Terracotta is an open source JVM-level clustering software for Java developed by Terracotta, Inc.
13
votes
2answers
3k views
On using Terracotta as a persistence solution
Would it be a good idea to use Terracotta as a persistence solution (replacing a database)? I'm specifically wondering about data integrity issues and support for transactional systems.
4
votes
1answer
2k views
JPA2.0 support of custom user-types and second level cache
I'm trying to decide whether to switch from having Hibernate sprinkled all over to using JPA2.0 and thus be provider portable.
1.Does JPA2.0 support custom user-types?
2.I'm on the verge of ...
31
votes
11answers
11k views
Distributed Concurrency Control
I've been working on this for a few days now, and I've found several solutions but none of them incredibly simple or lightweight. The problem is basically this: We have a cluster of 10 machines, ...
7
votes
3answers
7k views
Why is EhCacheProvider deprecated?
I am configuring my hibernate project to use a 2nd-level cache provider, so that I can take advantage of query caching.
I added a dependency to ehcache:
<dependency>
...
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 ...
3
votes
4answers
3k views
What is Terracotta?
What is Terracotta?
What services does it offer?
What problems does it solve?
What other products solve problems similar to those that Terracotta solves?
3
votes
4answers
497 views
Can several threads hold a lock on the same monitor in Java?
Currently we are analyzing a tomcat thread dump. A single thread dump of all threads running at that same
time on a tomcat contains the following lines:
...
"soldOutJmsConsumerContainer-1" prio=10 ...
2
votes
2answers
799 views
Teracotta and Hibernate Search
Does anyone have experience with using Terracotta with Hibernate Search to satisfy application Queries?
If so:
What magnitude of "object
updates" can it handle? (How's the
performance)
What kind ...
0
votes
0answers
236 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 ...
