Java Parallel Processing Framework 1.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Java Parallel Processing Framework 1.6 (Default branch)
# 1  
Old 10-30-2008
Java Parallel Processing Framework 1.6 (Default branch)

ImageJPPF is a computational grid framework for Java focused on performance and ease of use. It provides a set of tools and APIs to enable the parallelization of CPU intensive applications, and distribute their execution over a network of heterogenous nodes. It features platform independence thanks to Java 1.5, does not require you to deploy your application classes to a server, scales up to millions of nodes, has a built-in fail-over mechanism on all the framework's components, and has a monitoring and administration GUI tool to enable remote monitoring of the server health and server shutdown/restart operations.License: The Apache License 2.0Changes:
Tasks can now be defined from plain old Javaobjects. A new JPPF Quick Start Guide is nowavailabe online and offline. A new managementfeature enables resetting a node's task counter.Improvements to the remote JMX connectivityfacilitate the JPPF administration throughfirewalls. Bugs were fixed in the peer-to-peercommunication between servers.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question