1
votes
votes
2 answers
parallel computing in C#
I'd like to get my C# app to run faster by using computers in parallel. (I've already gone multi-threaded on a 4 core computer but it's still not fast enough). If I am going to run computers in parallel, should I stick with Windows or put ...
