parallel processing

  • submit to reddit

Master/worker or P2P Grid? How about You choose?

In this article, we will see how to easily combine multiple capabilities of JPPF to achieve complete freedom of choice for the topology of a JPPF grid.

0 replies - 922 views - 02/04/12 by Laurent Cohen in Articles

JPPF 3.0 Released

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

0 replies - 74 views - 02/01/12 by Laurent Cohen in Announcements

JPPF 2.1

What's new in JPPF 2.1 Performance The development of this release has seen a lot of emphasis on both memory usage and performance improvements. The JPPF server now executes multithreaded network I/O and reaches new levels of scalability. JPPF applications...

0 replies - 963 views - 04/21/10 by Laurent Cohen in Announcements

JPPF Release v2.0

The new and noteworthy in this version includes:

0 replies - 972 views - 12/02/09 by Laurent Cohen in Announcements

JPPF 1.9.1

Numerous bugs have been fixed in this maintenance version, increasing the stability and reliability of the platform components. Improvements and fixes have been brought to the management, client and server components, as well as to the J2EE and GigaSpaces...

0 replies - 899 views - 08/05/09 by Laurent Cohen in Announcements

JPPF v1.8: Java-Based Grid Computing Platform

In this version:

0 replies - 935 views - 02/19/09 by Laurent Cohen in Announcements

JPPF Releases Version 1.7

In this version:

0 replies - 2145 views - 12/19/08 by Laurent Cohen in Announcements

How Hadoop Map/Reduce works

In my previous post, I talk about the methodology of transforming a sequential algorithm into parallel. After that, we can implement the parallel algorithm, one of the popular framework we can use is the Apache Opensource Hadoop Map/Reduce...

4 replies - 21242 views - 12/16/08 by Ricky Ho in Articles

Build Multi-core Ready Java Applications, Part 2

In part 1 of this article, we examined parallel processing, and some of the complexities it presents. It's important to understand these complexities to appreciate the tools and patterns available to you to ease the burden. Tools, such as Pervasive's...

4 replies - 18595 views - 04/29/08 by Eric Bruno in News