Help please. I need to increase the ThreadPool size

  • Thread starter Thread starter Ricardo Pereira
  • Start date Start date
I saw that the ThreadPool has a limit of 25 simultaneus thread, but I really
need to increase this number.

Because I use delegate BeginInvoke and this use the ThreadPool for
asyncroneus operations.

Somebody know how to increase this number?

I saw that I need to use the CorSetMaxThreads in the mscoree.h, but what
exactly that means?

Thanks a lot
 
Back
Top