转载

JPPF 4.2.8/5.0.2 发布,Java 并行处理框架

开源中国的 IT 公司开源软件整理计划介绍

JPPF 4.2.8 发布,此版本是个维护版本,包括重要的 bug 修复:

JPPF-376 Method connectAndWait in JMXConnectionWrapper act not like expected

JPPF-382 Server deadlock (v4.2.7)

JPPF-383 JMX request stuck waiting for a response upon node termination

JPPF-386 Issues due to jndi.properties file being in the resource adapter .rar file

此版本现已提供下载: JPPF-4.2.8-full-src.zip 。

同时还发布了 JPPF 5.0.2 版本,主要改进如下:

Bug 修复

JPPF-380 Confusing IOException from the JMX connector upon closing a JPPFClient

JPPF-384 Missing documentation on cancelling and monitoring node pending actions

JPPF-385 Class loader issues prevent the client from initializing

JPPF-387 Admin GUI index out of bounds error

JPPF-388 Error in the gui.bat script for running the Apache daemon's monitor UI

JPPF-391 Custom load balancer sample has an incorrect name for the service definition file

功能增强

JPPF-389 Improvements for node host name resolution

JPPF-390 Add getActiveState() and setActiveState() to JPPFDriverAdminMBean

详细改进内容请看 readme.txt,此版本现已提供下载: JPPF-5.0.2-full-src.zip (46.9 MB)

JPPF是一个开放源码的网格计算框架,它可以在一个分布执行环境中 同时运行多个java应用。JPPF框架使用一个兼容JCA 1.5规范的资源适配器与J2EE应用服务器进行集成,这个适配器为服务器提供了到原始网格服务的访问。

JPPF的突出特性

  • 提供了负载平衡,故障转移和错误恢复等服务。

  • 提供一个基 于JMX的管理控制台,它既可以监视节点也可以管理执行的任务。你可以远程取消和重启任务,或配置令其超时的截止日期或时间间隔。

JPPF框架使用一个兼容JCA 1.5规范的资源适配器与J2EE应用服务器进行集成,这个适配器为服务器提供了到原始网格服务的访问。适配器通过实现异步任务提交从而避免了JTA事务超时的风险。

JPPF 4.2.8/5.0.2 发布,Java 并行处理框架

正文到此结束
Loading...