Share via


ServerSize

ServerSize specifies the general size of the server, in terms of the number of client requests processed per day. A value of 0 indicates a small Web site that expects to receive fewer than 10,000 requests per day; a value of 1 indicates a medium site handling between 10,000 and 100,000 requestsper 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.

Attribute Name Attribute Value
XML Data Type DWORD
WMI Data Type
SINT32
ADSI Data Type DWORD
ABO Data Type DWORD
ABO Metabase identifier
MD_SERVER_SIZE
Attributes INHERIT
Default Value 1
MetaFlagsEx CACHE_PROPERTY_MODIFIED
User Type IIS_MD_UT_SERVER
StartingNumber Not applicable
EndingNumber 0
ID 1018

Configurable Locations

You can configure this property at the following locations in the IIS metabase.

Metabase Path IIS Admin Object Type
/LM/W3SVC/n IIsWebServer
/LM/MSFTPSVC/n IIsFtpServer
/LM/W3SVC IIsWebService
/LM/MSFTPSVC IIsFtpService

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.

Code Example

For general code examples, please see Code Examples to Configure Metabase Properties

ServerListenBacklog