Tagged Questions

2
votes
5answers
151 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 Terra …
0
votes
3answers
69 views

Clustering a J2EE Webapp - Options?

I have a webapp 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 …
0
votes
0answers
20 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 o …
0
votes
1answer
74 views

distributed caching on mono

Hi, 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 sharedca …
1
vote
2answers
106 views

Terracotta for Python world?

Hi, Would you know if something similar to Terracotta (in Java world) exists for Python world? Twisted ? Or something else... Thank you in advance for all ideas.
0
votes
0answers
21 views

How does NetworkInterface work within a cluster?

I need to call a web service that performs work for my application. To use the service, you send a token with each request so you can later identify each job. The service provides …
2
votes
1answer
149 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 su …
5
votes
3answers
153 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 proces …
2
votes
3answers
141 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.
2
votes
9answers
576 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 …
1
vote
1answer
107 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 …
0
votes
1answer
112 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 ab …
0
votes
2answers
77 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 periodic …
1
vote
1answer
131 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 perf …
6
votes
3answers
259 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 setO …

1 2 next
15 30 50 per page