Human_AfterAll
Human_AfterAll

Reputation: 231

Is there a limit for how many IIS Application Pools a server can have?

The title sums it up. Is there a limit of how many application pools a server's IIS can have?

Upvotes: 1

Views: 3055

Answers (1)

Lex Li
Lex Li

Reputation: 63183

The configuration system allows you to set many many more pools, but each pools' worker processes will consume system resources like CPU and memory. Thus, the final limit comes from the worker processes and that's determined by the sites, which vary in all possible ways.

Upvotes: 3

Related Questions