发布于 2016-03-10 00:28:39 | 155 次阅读 | 评论: 0 | 来源: 网友投递
Infinispan 开源的数据网格平台
Infinispan是JBoss Cache缓存框架的后续项目,它是一个开源的数据网格平台,用于访问分布式状态的群集节点。GridFileSystem(网格文件系统)是一个全新的实验性的API,这些API使Infinispan后端的网格数据像“文件系统”一样展示出来。
Infinispan 8.2.0 最终版发布了,Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布 式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本——服 务器故障的一种恢复手段——同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
更新记录:
Staggered remote gets
Continued internals refactoring
Synchronous consistent hashing is now the default
Initial cluster size configuration
Performance and memory allocation-rate improvements
New lambda-aware clustered executor to replace distributed executor
Persistent login session which survives refresh
Deployment / undeployment of user code
Management of ProtoBuf schemas for indexing
Management of scripts for task execution
Event viewing
Much improved cache and template configuration
Container configuration
Cross-site replication management
下载地址:http://infinispan.org/download/#stable