Name: secretNinja 2010-02-26 11:30
y0! What's the advantages and disadvantages of using MPI vs. RPC?
The thing is, im about to do small school project using distributed processes on different machines. We can use either MPI, some sort of RPC (currently only tested java RMI) or plain sockets for communication. The project is supposed to be done in C or Java, but I've decided for C. Any thoughts?
The thing is, im about to do small school project using distributed processes on different machines. We can use either MPI, some sort of RPC (currently only tested java RMI) or plain sockets for communication. The project is supposed to be done in C or Java, but I've decided for C. Any thoughts?