Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布 式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本——服 务器故障的一种恢复手段——同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
经过数周的 JUDCon and JBoss World/Red Hat Summit,今天终于迎来了 Infinispan 4.1 的第一个候选发行版本,下载地址:http://www.jboss.org/infinispan/downloads
该版本旨在提升之前beta版本的稳定性,同时也包含一些值得关注的改进:
- An fantastic demo showing how to run Infinispan in EC2. Check Noel O'Connor's blog last month for more detailed information.
- Enable Hot Rod servers to run behind a proxy in environments such as EC2, and make TCP buffers and TCP no delay flag configurable for both the server and client.
- Important performance improvements for Infinispan based Lucene directory and Hot Rod client and sever.
- To avoid confusion, the single jar distribution has been removed. The two remaining distributions are: The bin distribution containing the Infinispan modules and documentation, and the all distribution which adds demos on top of that.
更详细的改进内容请看
here.
暂无更多评论