JPPF 发布了 5.0 的首个 RC 版本,改进内容包括: JPPF-306 Revisit the samples to apply the job streaming pattern where applicable JPPF-307 Server scalability: improve the thread pool handling for NIO operations JPPF-310 Improve the handling of non-serializable tasks in the client. JPPF-316 Improve server responsiveness when many nodes connect at once JPPF-317 Add awaitXXX methods to the client side connection and JMX pools JPPF-322 Properties substitutions: implement missing uses cases, improve resources usage JPPF-332 Change all popup windows and child frames to modeless dialogs JPPF-350 Add a CLOSED status for client to server connections JPPF-367 Document which jars each package can be found in JPPF是一个开放源码的网格计算框架,它可以在一个分布执行环境中 同时运行多个java应用。JPPF框架使用一个兼容JCA 1.5规范的资源适配器与J2EE应用服务器进行集成,这个适配器为服务器提供了到原始网格服务的访问。 JPPF的突出特性 提供了负载平衡,故障转移和错误恢复等服务。 提供一个基 于JMX的管理控制台,它既可以监视节点也可以管理执行的任务。你可以远程取消和重启任务,或配置令其超时的截止日期或时间间隔。 JPPF 5.0 RC1 发布,Java 并行处理框架下载地址