Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations

Posted by StevenH on Stack Overflow See other posts from Stack Overflow or by StevenH
Published on 2009-11-18T10:50:52Z Indexed on 2010/06/06 22:32 UTC
Read the original article Hit count: 550

I am currently researching the options that are available (both Open Source and Commercial) for developing a distributed application.

"A distributed system consists of multiple autonomous computers that communicate through a computer network." Wikipedia

The application is focused on distributing highly cpu intensive operations (as opposed to data intensive) so I'm sure MapReduce solutions don't fit the bill.

Any framework that you can recommend ( + give a brief summary of any experience or comparison to other frameworks ) would be greatly appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about frameworks