17 February 2011 ~ 0 Comments

Terracotta Toolkit – Part 4 (Clustered Barrier)

Recently I had a need to coordinate test drivers across JVM’s, so that they all fire the load at the same time. There were many options, needed flexibility in terms that each had its own warm-up time and other dependencies. Terracotta’s Clustered Barrier was a natural choice for this. Reason’s were simple, I had already [...]

Continue Reading

17 August 2010 ~ 11 Comments

Getting Started with Terracotta Toolkit – Part 3 (Clustered Map)

Did you ever wanted to have a Map which can be clustered across JVM, without doing much work for replicating data, ensuring coherence of data? Terracotta Toolkit allows you to fullfill your dream, Use the same Map API’s you have been using for long and see your data being clustered transparently with Terracotta. The fun [...]

Continue Reading

09 August 2010 ~ 1 Comment

Getting Started with Terracotta Toolkit – Part 2 (Cluster Events)

In the last post we saw Terracotta toolkit Queue. In this Part, lets explore Cluster Events. Cluster Events are propagated across the Terracotta Cluster, whenever specific event happens inside the Cluster. In this post we shall explore what are the different types of Events available. Cluster Events As of 3.3.0, following are the four Events [...]

Continue Reading