Best practices to turn a .NET class library into a multithreaded .NET class library?

I'd highly recommend looking into . NET 4 and the Task Parallel Library (also available in . NET 3.5sp1 via the Rx Framework).

My recommendation would be to not do it. You didn't write that code to be used in parallel, so it's not going to work, and it's going to fail in ways that will be difficult to debug.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions