[This is preliminary documentation and subject to change]

SMPProcessorAffinityMask

This property configures the hex processor mask that indicats which CPU's the worker processes in an application pool should be bound to. The SMPAffinitized property must be set to TRUE for the application pool before this property takes affect.

note Note    Setting the value of this property to zero means that no SMP affinity is configured. In this case, worker processes can be run on any CPU.

Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value4294967295
MetaFlagsExCACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID9008

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_SMP_AFFINITIZED_PROCESSOR_MASK
Data typeDWORD
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.