This is the Linux app named Jades whose latest release can be downloaded as jades-all.jar. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Jades with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
Jades
Ad
DESCRIPTION
This Java library provides the class DistributedExecutorService which implements java.util.concurrent.ExecutorService.The goal is to distribute tasks across a network of machines (nodes) over SSH.
The API is designed to be as user-friendly as possible :
1. Instantiate DistributedExecutorService
2. Add nodes
3. Submit tasks
The only requirement is that all machines have SSH and a compatible JRE (>= 6). More precisely, when a node is added, the application's jar is automatically copied (scp) to the node and a new server started (ssh).
Handling of access restrictions is left to the user (ie you can type your password every time or use authentication keys).
Nodes can be added dynamically. When a node is added, workers are created according to the node's processor count. Eg, a cluster of 4 quadcores will give 16 workers.
Audience
Developers
Programming Language
Java
This is an application that can also be fetched from https://sourceforge.net/projects/jades/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.