JPPF 2.4 : executor batch modes, performance, memory footprint, and more
JPPF enables applications with large processing power requirements to be run on any number of computers, in order to dramatically reduce their processing time.
What's new in JPPF 2.4Executor service batch modes
The executor service facade to JPPF now enables the grouping of tasks submitted individually, according to space (number of tasks) or time (via timeout settings). Tasks submitted individually are grouped into JPPF jobs and thus benefit from full parallelism and a significant throughput increase.
Documentation
A new JPPF overview chapter was added.
The online documentation was reorganized for an easier navigation experience.
New "node life cycle" extension point
It is now possible to subscribe to node life cycle events, and perform actions accordingly.
New "Node Life Cycle" sample
The "Node Life Cycle" sample was added to the JPPF samples pack, illustrating how transaction management can be controlled via node life cycle events.
Performance, memory footprint enhancements
Disk overflow capabilities were added to the nodes and clients.
Reworked I/O processing results in faster network I/O and smaller memory footprint.
Full details in the JPPF 2.4 release notes
Find out more on the JPPF web site
Download JPPF
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)




