JPPF 4.1.2 发布,修复了一些重要 bug,包括:
JPPF-265 Node initialization hooks are executed by the driver
JPPF-267 Driver queue incorrectly increments/decrements when failed nodes present
JPPF-271 Lower the visiblity of log message upon connectionFailed() notification
JPPF-273 Documentation for CustomPolicy needs update for v4
JPPF-274 Server-local nodes cannot be managed
JPPF-275 Dependency on commons-io is missing in maven artifacts
JPPF-276 The management port of a server-local node cannot be configured separately
JPPF是一个开放源码的网格计算框架,它可以在一个分布执行环境中同时运行多个java应用。JPPF框架使用一个兼容JCA 1.5规范的资源适配器与J2EE应用服务器进行集成,这个适配器为服务器提供了到原始网格服务的访问。
项目主页:http://www.jppf.org/
下载地址:http://www.jppf.org/downloads.php
来自:开源中国社区