I started using SmartThreadPool after i read it is recommended as a replacement of thread in cases you want your threads to have their own pool.
I set the max threads number to 5 but still see in task manager that it uses 10-12 threads.
Is this problem familiar for some of you?