1

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?

Nathan Noble
  • 806
  • 7
  • 14

1 Answers1

3

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

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

Community
  • 1
  • 1
StuartLC
  • 104,537
  • 17
  • 209
  • 285