Aktuelle Änderungen
Printable View
Änderungen
Bearbeiten
Python3000 > SourceSafe > Middleware > Reflection > ReflectionAndIntrospection > ActorModel > Namespaces > JavaScript > BruceEckel > CheeseShop > TerracottaClear Trail
Clojure
- http://www.terracotta.org/
- Terracotta is open source infrastructure software that makes it inexpensive and easy to scale a Java application to as many computers as needed, without the usual custom application code and databases used to share data in a cluster.
- http://orionl.blogspot.com/2008/03/terracotta-is-not-object-cache.html
- http://paul.stadig.name/2009/02/clojure-terracotta-yeah-baby.html
- Terracotta provides a network-attached, virtual, persistent heap and transparent inter-JVM thread coordination. With Terracotta, you no longer need to map your objects to database tables and back. You simply hand your object to Terracotta and it will cache your data. Not only does it cache your data, but it will make your object available to a cluster of networked JVMs. Not only that, but it will also spill your objects to disk if necessary (just like Virtual Memory), so you need not worry about having gobs of memory to hold all of your objects.