Skip to content

Instantly share code, notes, and snippets.

@TrentBrown
Created June 26, 2013 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TrentBrown/5872070 to your computer and use it in GitHub Desktop.
Save TrentBrown/5872070 to your computer and use it in GitHub Desktop.
Redundant Terracotta Server

Adding Redundant Terracotta Server

FileThis uses a service called Terracotta for session management and as a cluster-wide lock manager to protect certain resources that can be shared by multiple processes and hosts. Terracotta is built for high availability environments and can easily handle the kind of loads that we put on it. To get the benefit of its architecture, however, there must be two or more instances in its server pool, and we currently have only one. We plan to provision, configure, and test a second one before completing our contract.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment