So I have been looking into writing a dispatcher for our software to integrate with Windows HPC server 2008 . The stuff we want to integrate is Embarrisingly parallel with no data shared between tasks.
I have read about Microsofts SOA architecture, and see it as a very strong possibility. But I cant find anything about what other architectures you can use to create and run jobs on the cluster.
I know that there is MPI but I think that this is more aimed at jobs where tasks need to share data and inform each other of progress etc.
So my question is Other than SOA and MPI what other options are there?
Also I have heard some rumours that there are flaws in the SOA architecture can anyone relay information on how it is to work with?
Cheers for any help