ava Parallel Processing Framework is a set of tools and APIs to facilitate the parallelization of CPU intensive applications, and distribute their execution over a network of heterogenous nodes.
It is intended to run in clusters and grids.
Features
* an API to delegate the processing of parallelized tasks to local and remote execution services
* a set of APIs and user interface tools to administrate and monitor execution services
* real-time adaptive load balancing capabilities
* scalability up to an arbitrary number of processing nodes
* support for failover and recovery
* limited intrusiveness for existing or legacy code
* fully documented APIs, administration guide and developer guide
* runs on any platform supporting Java 2 Platform Standard Edition 5.0 (J2SE 1.5)