[This is preliminary documentation and subject to change]
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
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 Name | Attribute Value |
| Data Type | DWORD |
| Attributes | INHERIT |
| Default Value | 4294967295 |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | 0 |
| ID | 9008 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
| /LM/W3SVC/AppPools | IIsApplicationPools |
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 type | DWORD |
| User type | IIS_MD_UT_SERVER |