Tagged Questions
1
vote
0answers
157 views
What are the limitations of Opensource ehcache? [closed]
I am looking for terracotta ehcache,
I want to know the limitations of opensource distributed ehcache.
Does opensource distributed ehcache version has any limitations on number of Terracotta servers ...
0
votes
1answer
73 views
Would Terracota be a good solution for fast changing large data made up of fine objects?
I am evaluating Terracotta for my current problem statement. The process is CPU intensive and takes about 5-10 GB working memory(RAM). Each object in memory is 1 kilobyte fine and consists of a ...
5
votes
1answer
391 views
Is there a BigMemory like system for .net
I have just been reading about how BigMemory allows Java systems to scale up rather than out.
About BigMemory:
BigMemory gives Java applications instant, effortless access to a
large memory ...
0
votes
2answers
407 views
Does it make sense to combine Terracotta with Java EE Application Server Cluster?
Terracotta is used for scaling JVM applications. Here is the short description of Wikipedia:
Terracotta is an open source
JVM-level clustering software for
Java. It delivers clustering as a
...
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 ...
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 ...
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, ...