We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Jades

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.

If you are like the rest of our user community, your IT team is busy. With pressure to deliver on-time projects, you don’t have a lot of time to spend making your management tools work. You need network monitoring tools that work for you. You want tools that makes it easy to find performance issues before your users do and resolve them before they impact the business. That’s why tens of thousands of customers around the world love WhatsUp Gold.

Website https://jades.sourceforge.io/
Tags
License
Platform
Features