红联Linux门户
Linux帮助

Infinispan 5.2发布,数据网格平台

发布时间:2013-02-02 10:09:41来源:红联作者:empast
Infinispan 5.2.0 正式版发布了,该版本包含一些很棒的新特性和 bug 修复,包括:

non-blocking state transfer enables serving requests while servers are joining and leaving the cluster
cross-site replication for clusters that span sites
rolling upgrades for HotRod servers
improvements to the map-reduce framework (which we use internally)
Infinispan modules for AS7.x that will not conflict with the older version of Infinispan that comes with AS7

Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本----服务器故障的一种恢复手段----同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。

项目主页:http://www.jboss.org/infinispan

下载地址:http://www.jboss.org/infinispan/downloads.html

来自:开源中国社区
文章评论

共有 0 条评论