Hi all,
I have been reading about threadpools. A number of sites say that the default max threads on a threadpool is 25 (per processor). however i have not modified the max threads and when i do :
Threadpool.GetAvailableThreads(out WorkThreads, out compPortThreads);
I get 500,1000. I am running a dual core pc so wouldnt expect more than 50.
Do i actually have 500, 1000 in my pool ??
Thanks John