Good books or reference for Multithread programming in C#
-
Hi, I am looking for a good book or reference about multithrad programming (Thread.Pool...) in C#. Your help is appreciated!:)
Hi Have a look at the following. http://www.gotdotnet.com/userfiles/toub/ManagedThreadPool.zip[^] From the readme.txt: Stephen Toub stoub@microsoft.com ManagedThreadPool.cs August 27th, 2002 v1.0.1 Thread pool class written in C#. Mimics the core functionality of the System.Threading.ThreadPool class. Useful when using System.Net functionality in callback delegates. I must say this guy has written some of the best code I have seen in C#. Although I havent looked at the above library, expect the code to be of high standard :) Hope this helps :) Give them a chance! Do it for the kittens, dear God, the kittens!
-
Hi Have a look at the following. http://www.gotdotnet.com/userfiles/toub/ManagedThreadPool.zip[^] From the readme.txt: Stephen Toub stoub@microsoft.com ManagedThreadPool.cs August 27th, 2002 v1.0.1 Thread pool class written in C#. Mimics the core functionality of the System.Threading.ThreadPool class. Useful when using System.Net functionality in callback delegates. I must say this guy has written some of the best code I have seen in C#. Although I havent looked at the above library, expect the code to be of high standard :) Hope this helps :) Give them a chance! Do it for the kittens, dear God, the kittens!