欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Terracotta
来自开放百科 - 灰狐
(版本间的差异)
第17行: | 第17行: | ||
* Cluster Spring, Webflow & Events | * Cluster Spring, Webflow & Events | ||
* Cluster any Java POJO | * Cluster any Java POJO | ||
− | + | ==Reference== | |
− | http://www.terracotta.org/ | + | *[http://www.infoq.com/cn/news/2008/03/terracotta-as-message-bus 用Terracotta实现的POJO消息架构] |
+ | ==Links== | ||
+ | *http://www.terracotta.org/ | ||
+ | *http://download.huihoo.com/terracotta | ||
+ | *http://docs.huihoo.com/terracotta |
2008年3月10日 (一) 12:35的版本
Open Source Clustering For Java
目录 |
JVM Level Clustering
- Heap-Level Replication: Selectively share object graphs across the cluster
- Large Virtual Heap: manage heaps that are much bigger than what can be contained in a single JVM.
- Cluster Wide Locking Semantics: distributed wait/notify and synchronized
- Runtime Monitoring and Control: View in real-time objects in the heap
- 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.
- No Serialization: Because Terracotta clusters at the JVM level, no serialization code is required.
Other Projects
Used
- HTTP Session Clustering
- Distributed Caches
- Cluster OSS Frameworks
- Distributed Workload
- Cluster Spring, Webflow & Events
- Cluster any Java POJO
Reference
Links
分享您的观点