InfoQ

News

Terracotta releases free 4 node Tomcat Session Clustering

Posted by Floyd Marinescu on May 12, 2006 09:19 AM

Community
Java
Topics
Performance & Scalability,
Clustering & Caching
Tags
HTTPSession,
BEA,
WebLogic,
Tomcat,
Terracotta,
AOP
JVM clustering vendor Terracotta has released for free use their Terracotta Sessions for Tomcat and also for WebLogic.  The products can be integrated with Tomcat and WebLogic without any application cod echanges.  Terracotta Sessions is based on their distributed shared objects (DSO) product which uses a hub and spoke architecture and can synchronize changes across nodes at the field level (instead of serialization).   This same architecture and featureset is now available for free for Tomcat and WebLogic, for cluster deployments of up to four nodes.

The products can thus be used to provide distributed clustering and high availability of HTTPSessions on web farms, but even in situations where sticky-load balancers are in use and no data is being shared, Terracotta sessions can be used to have the 'hub' keep a backup of all data on each node and transparently fail over to another server should one machine go down.

Terracotta's other main product is DSO (Distributed Shared Objects), which is a VM clustering software aimed at transparently clustering any object in the VM without any code changes (such as serialization).  DSO slots itself in at the heap layer, replicating changes from one heap to heaps in other VM's that need that change.  DSO also coordinates sychronization between threads, and can migrate threads across server instances.   Currently in the research labs, they are also working on a mechanism to cluster threads, so that a thread pool could also be clustered across machines.

No comments

Reply

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.