Configuring Multiple Worker Processes for Application Pools

Multiple worker processes running in their own context can share responsibility for handling requests for an application pool. This configuration is also referred to as a Web garden. When you define a Web garden, each new request is assigned to a worker process according to a round-robin scheme. Round-robin is a load balancing technique used to spread the workload among the worker processes that are available.

Note

Note

It’s important to note that worker processes aren’t started automatically and don’t use resources until they’re needed. Rather, they’re started as necessary to meet the demand ...

Get Microsoft® IIS 6.0 Administrator's Pocket Consultant now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.