문제

When you set an application pool's Maximum Worker Processes attribute in IIS are you actually setting the number of processes or the number of threads?

도움이 되었습니까?

해결책

These are processes (w3wp instances). Each process will have multiple threads.

ASP.NET Web Garden - How Many Worker Processes Do I Need?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top