Terracotta
Home PageCategories: Miscellaneous
Author: Terracotta
Latest version: 2.6-stable0
Added 2007-02-15Updated 2008-04-08
Java infrastructure software that allows you to scale your application to as many computers as needed, without expensive custom code or databases.
Terracotta is an open source clustering solution that provides transparent clustering and coordination services.
Features include:
- Heap-Level replication: selectively share object graphs across the cluster.
- Cross-JVM coordination.
- Large virtual heaps: manage heaps that are much bigger than what can be contained in a single JVM.
- Fine-grained changes: Terracotta does not use serialization, and therefore can push field-level changes to the cluster. This translates into better network efficiency for replication.
- Runtime management and control: view in real-time objects in the heap.
- No serialization: because Terracotta clusters at the JVM level, no serialization code is required.
- Cluster-wide locking semantics: distributed wait/notify and synchronized.
Built for Java |
Free or free version available |
Source code provided |