Java platforms for parallelism

Message Passing Interface (MPI) is a language-independent communications protocol used to program parallel computers. Both point-to-point and collective communication is supported. MPI "is a message-passing application programmer interface, together with protocol and semantic specifications for how its features must behave in any implementation."

Grid computing

Several Java implementations of MPI

Other process communication

Java performance references:

Parallelism in Java (last edited 2008-07-10 12:34:13 by GastonTagni)