How many worker processes are assigned to an application pool

application-poolsiis-7worker-process

Can I configure the number of worker process, that I need an application pool should use?

Best Answer

Yes. The maximum number of worker processes serving an application pool is defined in the application pool processModel section. The attribute is called maxProcesses.

You can set this attribute with the IIS Manager:

  • Right-click the application pool you want to configure
  • Select Advanced Settings
  • Increase the Maximum Worker Processes count