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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top