Disable socket pool in Win 2000 Server

Source: Internet
Author: User
Disable socket pooling in Windows 2000 Server

Disable socket pool in Win 2000 Server

By Jim Boyce

By Jim Boyce
Translation: purpleendurer
Keywords:Windows 2000 | Internet | servers | Web Servers

Keyword: Windows 2000 | Internet | Server | Web Server

Http://techrepublic.com.com/5100-10879_11-5841376.html? Tag = NL. e116

Takeaway:
Socket pooling can be unwelcome because it ties up port 80 on all IP addresses on your computer, making it problematic to install another Web server to handle the request on port 80 on another IP. in this Windows 2000 Server tip, Jim Boyce tells you how to disable socket pooling.

Overview:

The socket pool may be undesirable because it is bound to port 80 of all IP addresses in your computer and causes problems when installing other Web servers to process port 80 requests from other IP addresses. In this Windows 2000 server technology, Jim Boyce tells you how to disable socket pool.

If you have multiple IP addresses assigned to your computer and install IIS, the web server will bind and listen to all IP addresses-even if you use only one address. however, this feature, called socket pooling, can be undesirable because it basically reserves port 80 on all IP addresses on your computer.

If you have multiple IP addresses pointing to your computer and installing IIS, the web server listens to all IP addresses even if you only use one address. However, this feature named socket pool may be undesirable because it basically keeps port 80 of all IP addresses in your computer.

Socket pooling can be a problem if you want to install another Web server to handle the request on port 80 on another IP. However, you can disable this behavior with a few steps.

If you want to install other Web servers to handle port 80 requests from other IP addresses, the socket pool may be a problem. However, you can use the following steps to disable the socket pool.

To disable socket pooling in Windows 2000 Server, follow these steps:

To disable a socket pool, follow these steps:

  1. Open a command prompt, and navigate to the/inetpub/adminscripts folder.
    Start -- program -- Appendix -- command prompt, go to the/inetpub/adminscripts folder
  2. TypeCscript adsutil. vbs set w3svc/disablesocketpooling true. If you have successfully disabled socket pooling, You'll see "disablesocketpooling: (Boolean) True ."
    Input:
    Cscript adsutil. vbs set w3svc/disablesocketpooling true
    If you have successfully disabled the socket pool, you will see: "disablesocketpooling: (Boolean) true"
  3. TypeNet stop IISADMIN.
    Input:
    Net stop IISADMIN
  4. When prompted whether you want to stop WWW Publishing Service, answer yes.
    If you want to stop the WWW Hing service, answer yes.
  5. TypeNet start IISADMIN.
    Input:
    Net start IISADMIN
  6. TypeNet start w3svc.
    Input:
    Net start w3svc

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.