Java 并行處理框架,JPPF 5.0 發布
JPPF是一個開放源碼的網格計算框架,它可以在一個分布執行環境中 同時運行多個java應用。JPPF框架使用一個兼容JCA 1.5規范的資源適配器與J2EE應用服務器進行集成,這個適配器為服務器提供了到原始網格服務的訪問。
JPPF的突出特性
-
提供了負載平衡,故障轉移和錯誤恢復等服務。
-
提供一個基 于JMX的管理控制臺,它既可以監視節點也可以管理執行的任務。你可以遠程取消和重啟任務,或配置令其超時的截止日期或時間間隔。
JPPF框架使用一個兼容JCA 1.5規范的資源適配器與J2EE應用服務器進行集成,這個適配器為服務器提供了到原始網格服務的訪問。適配器通過實現異步任務提交從而避免了JTA事務超時的風險。
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 修復請看發行說明。
來自:http://www.oschina.net/news/60136/jppf-5-0