Adjust the DOTNET server performance requires manual editing% sysroot% / microsoft.net / framework / v. {Version} /config/machine.config file, modify
MaxConnection 2 ==> 12 * #cpus
Maxiothread 20 ==> 100
MaxWorkerthReads 20 ==> 100
Minfreethreads 8 ==> 88 * # CPUS
MINLOCALREQUESTFREETHREETHREADS 4 ==> 76 * # CPUS
Where #cpus is the number of CPUs for the server