JPPF
 Home   About   Download   Documentation   Forums 

What it is

Simply put, JPPF enables applications with large processing power requirements to be run on any number of computers, in order to dramatically reduce their processing time. This is done by splitting an application into smaller parts that can be executed simultaneously on different machines.

How it works

There are 2 aspects to this:

Dividing an application into smaller parts that can be executed independantly and in parallel.
JPPF provides facilities that make this effort a lot easier, faster and much less painful than without them. The result is a JPPF object called a "job", itself made of smaller independant parts called "tasks".

Executing the application on the JPPF Grid.
A JPPF Grid is made of a server, to which any number of execution nodes are attached. A node is a JPPF software component that is generally installed and running on a separate machine. This is commonly called a master/slave architecture, where the work is distributed by the server (aka "master") to the nodes (aka "slaves"). In JPPF terms, a unit of work is called a "job", and its constituting "tasks" are distributed by the server among the nodes for parallel execution.

Advantages

Chief among JPPF benefits is its ease of installation, use and deployment. There is no need to spend days to write a "Hello World" application. A couple of minutes, up to a couple of hours at most, will suffice. Deploying JPPF components over a cluster is as simple as copying files over FTP or any network file system. JPPF allows developers to focus on their core software development, instead of wasting time on the complexities of parallel and distributed processing. `

As a 100% Java framework, JPPF will run on any system that supports Java: MacOS, Windows, Linux, zOS, on any hardware from a simple laptop up to a mainframe computer. This does not mean that JPPF is limited to running Java jobs. You can run any application that is available on your platform as a JPPF job. For instance, you might want to run your favorite graphics suite in batch mode, to render multiple large, complex images all at once.

Another benefit of JPPF is a simplified, almost immediate, deployment process of your application on the grid. Even though your aplication will be run on many nodes at once, you only need to deploy it in a single location. By extending the Java class loading mechanism, JPPF removes most of the deployment burden from the application's life cycle, dramatically shortening the time-to-market and time-to-production.

Outstanding features

There is a lot more to JPPF than running and deploying your applications on the grid. The features are so numerous that we have dedicated a separate page to enumerate them fully. For a complete list of what JPPF has to offer, please consult our full features list.

Comprehensive, easy to use APIs.
Passing from a single-threaded application model to a grid-based parallel model can be a daunting task. JPPF facilitates this work by providing developers with a set of APIs that are simple, can be learned quickly and require a minimal or no modification of the existing code.

No configuration usage.
In most environments, JPPF can be deployed without any additional configuration burden. Nodes and application clients will automatically dicover the servers on the network. The server will automatically adapt to workload changes and optimize the throughput. Required code and libraries will be automatically deployed where they are needed.

Dynamic grid scaling and self-repair.
The JPPF grid is fault-tolerant, meaning that the failure of a node, or even a server, does not compromise the jobs currently executing or scheduled. In most cases, the performance degradation will be barely noticeable, as JPPF automatically adapts to topology and workload changes. Furthermore, nodes and servers can be dynamically started and will be automatically recognized, allowing JPPF to function in "crunch mode". In addition to this, lll JPPF components benefit from automatic recovery functionalities.

Job-level SLA.
Each job submitted to the JPPF grid runs within limits defined by its own SLA (service level agreement). This allows to specify the characteristics (i.e. available memory, processors, disk space, operating systems, etc.) of the nodes a job can run on, as well as how many nodes it can run on. As many functionalities in JPPF, this one can be dynamically adjusted, manually or automatically.

Management and monitoring.
Full-fledged management and monitoring features are provided out of the box: server and nodes status monitoring, detailed statistics and events, remote administration, job-level real-time monitoring and management, charts, cpu utilization (for billing). These functionalities are available via a graphical user interface as well as from the JPPF APIs.

Integration with leading application and web servers.
By complying with the Java Connector Architecture 1.5 specification, JPPF integrates seamlessly with and completes the offering of leading J2EE application servers: JBoss®, Glassfish®, IBM Websphere®, Oracle Weblogic®, Oracle OC4J®. JPPF also integrates with GigaSpaces eXtreme Application Platform® and Apache Tomcat web server®


Support This Project Copyright © 2005-2013 JPPF.org Powered by Parallel Matters  Get JPPF at SourceForge.net. Fast, secure and Free Open Source software downloads