I am developing a web-based application to provide some services. This is a scientific application which performs some processing on data uploaded by users. The methods corresponds to this processing actions are written in Java and they are completely independent. Obviously, the data of the different users are also independent.
I'm looking for a technique to scale this computation on a cluster like MPI in C. I'm searching for the same tool in Java.
Thanks.