[This is preliminary documentation and subject to change]

MaxProcesses

This property determines the maximum number of worker processes an application pool allows to service requests for an application pool. A value of 0 indicates an unmanaged application pool that is not served by a worker process.

note Note    A Web Garden is an application pool with a MaxProcesses setting higher than 1.

Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value1
MetaFlagsExCACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID9003

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/W3SVC/AppPoolsIIsApplicationPools

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_APPPOOL_MAX_PROCESS_COUNT
Data typeDWORD
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.