Infinispan 8.0.0.Alpha2 发布了,该版本带来一些很有用的特性:
•基于大小的批量删除操作
•基于 HotRod 的条目迭代
•在已索引缓存上提供无索引查询,用于兼容考虑 compatiblity
•核心线程变化: we are improving our thread utilization significantly with the 8.0 release cycle and we already have reduced transport thread usage and added a configurable thread pool for async operations to prevent internal thread pool exhaustion. There will be even more enhancements for this in future releases!
•bug 修复
Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布 式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本----服 务器故障的一种恢复手段----同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
下载地址:http://infinispan.org/download/
来自:开源中国社区

