[This is preliminary documentation and subject to change]

ServerSize

This property 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 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.

Bitmask values

ConstantValueDescription
MD_SERVER_SIZE_SMALL0x00000000Anticipate fewer than 10,000 requests per day.
MD_SERVER_SIZE_MEDIUM0x00000001Anticipate 10,000 to 100,000 requests per day.
MD_SERVER_SIZE_LARGE0x00000002Anticipate more than 100,000 requests per day.
Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value1
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID1018

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/MSFTPSVC/Info/Templates/Public FTP SiteIIsFtpServer
/LM/MSFTPSVCIIsFtpService
/LM/W3SVC/1IIsWebServer
/LM/W3SVC/2IIsWebServer
/LM/W3SVC/Info/Templates/Public Web SiteIIsWebServer
/LM/W3SVC/Info/Templates/Secure Web SiteIIsWebServer
/LM/W3SVCIIsWebService

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

Related Topics

ServerListenBacklog

© 1997-2001 Microsoft Corporation. All rights reserved.