为什么棋牌室开着开着就倒闭了?
JPPF 5.0 发布,此版本让并行计算密集型任务更简单,并且可以在网格中执行。此版本现已提供下载:JPPF-5.0-full-src.zip。
功能增强:
- 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-369 Add nodesInformation(NodeSelector) method to JPPFDriverManagementMBean
更多新特性和 bug 修复请看发行说明。
JPPF是一个开放源码的网格计算框架,它可以在一个分布执行环境中 同时运行多个java应用。JPPF框架使用一个兼容JCA 1.5规范的资源适配器与J2EE应用服务器进行集成,这个适配器为服务器提供了到原始网格服务的访问。
JPPF的突出特性
- 提供了负载平衡,故障转移和错误恢复等服务。
- 提供一个基 于JMX的管理控制台,它既可以监视节点也可以管理执行的任务。你可以远程取消和重启任务,或配置令其超时的截止日期或时间间隔。
JPPF框架使用一个兼容JCA 1.5规范的资源适配器与J2EE应用服务器进行集成,这个适配器为服务器提供了到原始网格服务的访问。适配器通过实现异步任务提交从而避免了JTA事务超时的风险。