by andrew
border:

Excellent talk on concurrent calculations. I was amazed by his very first example, when parallel calculations with NO SHARED DATA were slower on 8 CPUs than on 1 CPU, because of wrong method of result delivery. Recommend for everyone.

http://www.youtube.com/watch?v=VCattsfHR4o&feature=plcp

by elad
border:

 

by andrew
border:

PNUnit is a powerful extension to NUnit which allows to create tests executing in parallel. This can drastically improve the quality of multi-threaded and distributed software, as usual tests will not reveal synchronization problems.

 

http://www.codicesoftware.com/opdownloads2/oppnunit.aspx

by andrew
border:

PNUnit is a powerful extension to NUnit which allows to create tests executing in parallel. This can drastically improve the quality of multi-threaded and distributed software, as usual tests will not reveal synchronization problems.

 

http://www.codicesoftware.com/opdownloads2/oppnunit.aspx