ServerSize Metabase Property

Applies To: Windows Server 2003, Windows Server 2003 with SP1

The ServerSize property specifies the general size of the server, in terms of the number of client requests processed per day. A value of 0 (zero) 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 requests per 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 Metabase 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

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, see Code Examples to Configure Metabase Properties.