For distributed applications, which to use, ASIO vs. MPI?

Posted by Rhubarb on Stack Overflow See other posts from Stack Overflow or by Rhubarb
Published on 2010-03-08T02:49:29Z Indexed on 2010/03/08 13:51 UTC
Read the original article Hit count: 233

I am a bit confused about this. If you're building a distributed application, which in some cases may perform parallel operations (although not necessarily mathematical), should you use ASIO or something like MPI? I take it MPI is a higher level than ASIO, but it's not clear where in the stack one would begin.

© Stack Overflow or respective owner

Related posts about distributed

Related posts about distributed-computing