ServerSize
This property specifies the general size of the server, in terms of number of client requests processed per day. A value of 0 indicates a small Web site that would expect to receive fewer than 10,000 requests per day, a value of 1 indicates a medium site handling between 10,000 and 100,000 requests a day, and a value of 2 designates a large site processing more than 100,000 requests a day. The value of this property is used in calculating the value for the ServerListenBacklog property.
Data type |
Long |
Default value |
1 (medium) |
Inheritance |
Inheritable |
Access Locations
This property is accessible at the following locations:
IIS Admin Base Object Information
The following tables list additional information required only for code that uses the IIS Admin Base Object.
Metabase identifier |
MD_SERVER_SIZE |
User type |
IIS_MD_UT_SERVER |
Bitmask values
Constant |
Value |
Description |
MD_SERVER_SIZE_SMALL |
0x00000000 |
Anticipate fewer than 10,000 requests per day. |
MD_SERVER_SIZE_MEDIUM |
0x00000001 |
Anticipate 10,000 to 100,000 requests per day. |
MD_SERVER_SIZE_LARGE |
0x00000002 |
Anticipate more than 100,000 requests per day. |
See Also
ServerListenBacklog