JPPF icon
JPPF icon

JPPF

 1 like

The open source grid computing solution. JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Android  Not in the Android App Store. APK Download. Enable APK's from outside sources. You may need to root your device for JPPF to work properly.
  • Java Mobile  Alpha
  • OpenJDK  OpenJDK is the Open Source Java, it will work too.
  • Solaris
  • Java  Requires Java to run, and runs in any device with Java.
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Distributed Computing
  2.  Clustering

JPPF News & Activities

Highlights All activities

Recent activities

No activities found.

JPPF information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    11 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

OS & UtilitiesNetwork & Admin

Our users have written 0 comments and reviews about JPPF, and it has gotten 1 likes

JPPF was added to AlternativeTo by OAKSIF0 on Mar 19, 2018 and this page was last updated Jul 16, 2018.
No comments or reviews, maybe you want to be first?
Post comment/review

What is JPPF?

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 Theres 2 aspects to this:

Dividing an application into smaller parts that can be executed independently 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 independent parts called "tasks".

Executing the app on the JPPF Grid. The simplest possible 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.

Powered by the community With over 10 years of active development, JPPF boasts an architecture with a proven record of reliability, performance and scalability. A project committed to its community, it demonstrates an outstanding support to its users and engages in a continuous conversation with them. Every question, issue report or feature request turns into a contribution which, in the end, benefits the whole community.

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.