MD_SERVER_SIZE

This identifier specifies how much traffic is anticipated on the service or server.

Attributes

Data type DWORD
Default inheritance Inheritable
User type IIS_MD_UT_SERVER

Values

Default Value
MD_SERVER_SIZE_MEDIUM
Constant Value Description
MD_SERVER_SIZE_SMALL 0x00000000 Anticipate <10,000 requests/day
MD_SERVER_SIZE_MEDIUM 0x00000001 Anticipate 10,000 - 100,000 requests/day
MD_SERVER_SIZE_LARGE 0x00000002 Anticipate >100,000 requests/day

Metabase Keys

This identifier is available at the following metabase keys:

Metabase Path Key Type
/LM/MSFTPSVC IIsFtpService
/LM/MSFTPSVC/n IIsFtpServer
/LM/W3SVC IisWebService
/LM/W3SVC/n IisWebServer

Remarks

This identifier is used internally by IIS to appropriately size a number of its data structures. It is also used in calculating the MD_SERVER_LISTEN_BACKLOG value.

See Also

ServerSize, MD_SERVER_LISTEN_BACKLOG


© 1997 by Microsoft Corporation. All rights reserved.