Java Multiprocessing Wiki
Java explicit multiprocessing, SSI and cluster management tool
Status: Pre-Alpha
Brought to you by:
engitex
A piece of code that is supposed to be run on a separate process should be put into run() method
of any user-defined class that extends RunnableWrapper.
To retrieve data from a process, a custom class extending ProcessData class should be made.
Two examples of dummy "loads" are:
File ./com/company/RunSample.java contains examples of:
a. Single process started directly.
b. Pool of new processes started on a local node.
See the comments in the code as well as [Concepts].