Limiting connections is a way to conserve bandwidth for other uses, such as e-mail. All connection attempts beyond the connection limit are rejected. When a browser stops working unexpectedly or a connection is lost in midstream, the site continues to process data until the timeout value is reached. Setting a timeout value reduces loss of processing resources for broken connections.
To decide whether to limit connections
- Use System Monitor to log the Current Connections, Maximum Connections, and Total Connection Attempts counters in at least the Web Service and FTP Service objects.
Continue logging until you have a good sense of the normal range; typically, this can take several days, to a week, or more.
To limit the number of connections
- In the IIS snap-in, select the Web site and click the Properties button to display its property sheets.
- On the Web Site property sheet, select the Limited to option.
- Type the maximum number of simultaneous connections you want to allow in the Maximum Connections box.
Note IIS Professional has a 10-connection limit. The Unlimited option is not available. If you need more than 10 concurrent connections, consider upgrading to
a Windows server product for unlimited simultaneous connections.
- Type the connection timeout value in seconds in the Connection Timeout box.
Related Topics
© 1997-2001 Microsoft Corporation. All rights reserved.