vote up 0 vote down star

I have a threading issue,

I'm setting the ThreadPool.SetMaxThreads(maxThreads, System.Environment.ProcessorCount) to 10 for example.

But when I check how many are avaliable ThreadPool.GetAvailableThreads() it tells me theres (maxThreads - 1) so 9 in the example, but then goes onto use 10 threads.

Any ideas why this is?

Duplicate of this question.

flag
duplicate here: stackoverflow.com/questions/320280/… – Mitch Wheat Nov 26 '08 at 11:28
This is a different issue, the other problem is that I am unable to assign a number less that 8 to MaxThreads this problem is that even when I do assign 8 I am told that the number of avaliable threads are 7, yet the program will use all 8 threads. – Mat Nov 26 '08 at 11:35

closed as exact duplicate by Mitch Wheat Nov 26 '08 at 11:26

Browse other questions tagged or ask your own question.