Link to home
Start Free TrialLog in
Avatar of WingYip
WingYip

asked on

ThreadPool Question

Is there a way to set the maximum number of threads that you want to make available at any time in the threadpool.

Am using VS2003 and .Net 1.1

Also how many threads are in fact available to a process?

Wing
Avatar of WingYip
WingYip

ASKER

I have got the answer to this now.

25 is the default maximum

and the the max can be set using CorSetMaxThreads in the mscoree.h file.

Thanks all

Wing
ASKER CERTIFIED SOLUTION
Avatar of Netminder
Netminder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial