发布于 2017-04-25 00:50:36 | 158 次阅读 | 评论: 0 | 来源: 网友投递
Infinispan 开源的数据网格平台
Infinispan是JBoss Cache缓存框架的后续项目,它是一个开源的数据网格平台,用于访问分布式状态的群集节点。GridFileSystem(网格文件系统)是一个全新的实验性的API,这些API使Infinispan后端的网格数据像“文件系统”一样展示出来。
Infinispan 包括 C++ 和 C# 两种语言版本的 Hotrod 客户端发布了 8.1.0 正式版。有以下更新:
增强
[HRCPP-265] - Use SChannel on Windows instead of OpenSSL
[HRCPP-274] - Remove some warnings in the build
[HRCPP-311] - Client should load PEM certificate also from file
[HRCPP-321] - .NET Remove .h in swig/include/swig folder
[HRCPP-322] - Use the same names used in Java for RemoteCacheManager cluster switch methods
[HRCPP-324] - Add "entry expired" event to the event framework
功能
[HRCPP-286] - Add XSite failover capability
[HRCPP-287] - Add events framework
[HRCPP-296] - Support for Query Language
[HRCPP-297] - Add support for SNI
[HRCPP-298] - Equip the native clients with a near cache system
[HRCPP-313] - C# wrap event framework
[HRCPP-346] - Extend BasicMarshaller to support more C++ basic types
官方表示最终版并不意味着是最后的,请期待将有更多有趣功能的 8.2.0 版本。