What Parallel computing APIs make good use of sockets?
Posted
by Ole Jak
on Stack Overflow
See other posts from Stack Overflow
or by Ole Jak
Published on 2010-06-14T18:49:30Z
Indexed on
2010/06/14
20:52 UTC
Read the original article
Hit count: 742
My program uses sockets, what Parallel computing APIs could I use that would help me without obligating me to go from sockets to anything else?
When we are on a cluster with a special, non-socket infrastructure system this API would emulate something like sockets but using that infrastructure (so programs perform much faster than on sockets, but still use the sockets API).
© Stack Overflow or respective owner