Skip to content

JPPF 6.2 alpha preview release

Pre-release
Pre-release
Compare
Choose a tag to compare
@lolocohen lolocohen released this 17 Jul 03:06
· 264 commits to master since this release

JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid

JPPF 6.2 alpha new features highlights

Tasks dependencies

  • tasks within the same job can now depend on each other
  • JPPF guarantees that all dependencies of a task are executed before it can start
  • traversal of the tasks graph can be performed on either server or client side
  • built-in detection and handling of dependency cycles

JPPF in Docker containers and Kubernetes

Performance improvement

A new client-side cache of class definitions was implemented, to improve the overall dynamic class loading performance.

All implemented issues

Features

Enhancements

Tasks

Links

JPPF Links: Web Site - Downloads - Documentation - User forums - Issue tracker