Recommendation: Test the application with a variety of minimum and maximum thread pool sizes to determine which Settings move as much work as possible through the application.
推荐:请用不同的最小和最大线程池大小来测试应用程序以确定哪些设置使应用程序完成尽可能多的工作。
2
However, only one thread is running in this test run, so it's not especially useful for comparative analysis.
然而,在这个测试运行中只运行了一个线程,所以比较分析的用处并不大。
3
One way of addressing this is to make testing thread allocation and management part of your regular system test.