Terracotta is an open source JVM-level clustering software for Java developed by Terracotta, Inc.
0
votes
1answer
182 views
Is there any software to install for terracotta client?
I want to work one machine as terracotta client.
Does I need to install any software to make a mcahine terracotta client?
5
votes
4answers
3k views
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?
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 ...
0
votes
1answer
169 views
Configuring the fetch attempt duration when EHCache attempts to connect to a Terracotta server that is down
if I try to connect to a Terracotta server that is currently down by calling net.sf.ehcache.CacheManager.create();, EHCache keeps retrying connection attempts for a full 300 seconds before throwing an ...
0
votes
1answer
59 views
Share spring beans in teracotta
Wondering why we need to share spring beans in case if there are no static data inside?
4
votes
4answers
849 views
Java distributed objects with locality?
I am evaluating various Java object distribution libraries (Terracotta, JCS, JBoss, Hazelcast ...) for an application server and I'm having trouble understanding their behavior on various axes.
My ...
0
votes
2answers
1k views
Terracotta With Hibernate and EHCache
Head swimming with the product name soup at http://www.terracotta.org. Need someone to help clarify what I need.
Background: app has some "legacy" persistence code that does not use Hibernate, but ...
1
vote
4answers
253 views
Architecture question for implementation of a cache server
This is something of an architecture question.
I have this idea of having a server with huge memory, that is used as a big objects cache holder. The clients send "Actions" to this server(like Search ...
1
vote
3answers
666 views
Clustering a Java EE Web app - Options?
I have a web app deployed to three servers running Apache, Tomcat and a load balancer in front of them. Now I am thinking of clustering them.
Here are the options usual options and my constraints ...
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 ...
2
votes
0answers
409 views
Terracotta Web Sessions - dynamically reload configuration and/or change configured webapps on the fly
Is there a way to dynamically reload the Terracotta configuration file without restarting Terracotta and losing Session replication for every web app?
More Info: I'm in charge of about 30 unruly, ...
0
votes
2answers
406 views
distributed caching on mono
I'm searching for a distributed caching solution on mono similar to java's terracotta and infinispan. I want to use it as a level 2 cache for nhibernate. Velocity and sharedcache have no mono support, ...
1
vote
4answers
430 views
Terracotta for Python world?
Would you know if something similar to Terracotta (in Java world) exists for Python world? Twisted ? Or something else.
8
votes
3answers
760 views
Does Terracotta make JMS an unneeded layer?
We're currently writing an application for which IT has already purchased hardware for. Their approach was to buy big hardware on which we would deploy. In order to add more processing, they plan on ...
0
votes
1answer
377 views
DistributedMap as cache clustered with Terracotta
When choosing suitable cache implementation to be clustered with Terracotta I've run into separate Terracotta Integration Module named DistributedMap wich provides basic caching abilities such as ...
0
votes
2answers
201 views
Single point of access for failover
This is what I am trying to achieve but I'm not familiar with the subject well enough, so please bear with me :)
I've got a server to which some devices get connected and periodically upload some ...
1
vote
1answer
351 views
Durable queue configuration in Terracotta
Does anyone know how to configure durable queue on Terracotta server properly?
Terracotta stores clustered objects on server in files and writes data to them in append only fashion. I want to ...
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 ...
2
votes
1answer
664 views
Clustering COMET using Terracotta
We're trying to cluster a COMET web application written in Java using JETTY 7.0's implementation of suspended servlet 3.0 API.
Does anyone have experience using Terracotta in a suspend/resume servlet ...
9
votes
3answers
932 views
How does Terracotta work in this situation?
So lets say I have an N sized server array set up like so:
I have a simple JavaBean/POJO:
package example;
public class Person {
private OtherObject obj;
public void setObj(OtherObject ...
9
votes
3answers
2k views
Terracotta Performance and Tips
I am just learning how to use Terracotta after discovering it about a month ago. It is a very cool technology.
Basically what I am trying to do:
My root (System of Record) is a ConcurrentHashMap.
...
0
votes
1answer
98 views
Terracotta - Cannot cast to com.tc.object.bytecode.TransparentAccess
I have a rather large spring application, and all I'm trying to share is a single Map (using util.ConcurrentMap as implementation).
To do this, I created a bean in my appContext, and I tried to use ...
2
votes
3answers
333 views
Querying Terracotta
Is there any way to Query against the objects stored by a Terracotta instance?
I am looking for SQL-Like Queries or any way to filter objects based on fields.
1
vote
1answer
160 views
Regarding Terracotta and Servlets/ Shared Threads
I have a system that I need to distrubte that works as follows. Servlets served by tomcat start up and spawn off threads with a large number of shared (distributed) fields. Ergo, I set the thread as a ...
2
votes
9answers
2k views
Terracotta + Compass = Hibernate + HSQLDB + JMS?
I am currently in need of a high performance java storage mechanism.
This means:
1) I have 10,000+ objects with 1 - Many Relationship.
2) The objects are updated every 5 seconds, with the most ...
5
votes
1answer
499 views
Would you consider Terracotta to be a mature product?
I just don't know. I mean, there are a few topics that point me away from believing such.
For example, the latest stable version (3.0.0-stable), has a broken eclipse plugin that simply doesn't work ...
11
votes
4answers
2k views
What would you recommend for a large-scale Java data grid technology: Terracotta, GigaSpaces, Coherence, etc?
I've been reading up on so-called "data grid" solutions for the Java platform including Terracotta, GigaSpaces and Coherence. I was wondering if anyone has real-world experience working any of these ...
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.
8
votes
4answers
2k views
Any experience using Terracotta open source?
Does anybody have experience using the open source offering from Terracotta as opposed to their enterprise offering? Specifically, I'm interested if it is worth the effort to use terracotta without ...
3
votes
2answers
361 views
Are “dirty reads” safe to use in Terracotta?
"Dirty reads", meaning reading an object's value even though it is write-locked by another thread, are described on Terracotta's website, yet I've heard that they shouldn't be used, even if you don't ...
7
votes
1answer
1k views
Can I use Terracotta to scale a RAM-intensive application?
I'm evaluating Terracotta to help me scale up an application which is currently RAM-bounded. It is a collaborative filter and stores about 2 kilobytes of data per-user. I want to use Amazon's EC2, ...
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, ...
5
votes
5answers
3k views
experience with java clustering?
Would like to hear from people about their experience with java clustering (ie. implementing HA solutions). aka . terracotta, jgroups etc. It doesn't have to be web apps. Experience writing custom ...
3
votes
4answers
3k views
Looking for terracotta examples
I am looking for good example code for terracotta. Especially around using master/worker pattern. In particular using custom routing (we like, but would like to use some strick data affinity type ...
