Featured Post

PHP Hosting – An Ultimate Choice of Webmasters

Unlike other languages, PHP is a powerful back end scripting language which is used around 80% on Internet to build websites. The primary syntax of PHP is much correspondent to PERL PHP is not as much hard as it seems to understand and operate. It is also supported by most popular data bases such as...

Read More

Configure EnableRSS and EnableTCPA registry value and DisableTaskOffload registry entry

Posted by admin | Posted in Microsoft Help | Posted on 26-10-2010

0

Below is a step by step description of the steps for configuring the EnableRSS (Receive Side Scaling) and EnableTCPA registry value

  1. Go to Start, select Run, then type regedit, and OK.
  2. Identify and click the below registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. In the Edit menu, point to New, click DWORD Value, and insert EnableRSS.
  4. Double-click EnableRSS, type 0, and then click OK.
  5. On the Edit menu, point to New, click DWORD Value, and then type EnableTCPA.
  6. Double-click EnableTCPA, type 0, and then click OK.
  7. Now exit the Registry Editor, and restart the web hosting server.

Enable-RSS-and-TCPA-Registry-1024x578 Configure EnableRSS and EnableTCPA registry value and DisableTaskOffload registry entry

Below is a step by step description of the steps that would in configuring the DisableTaskOffload registry entry

Incase you get the RPC errors, following steps can help you get rid of it:

  1. Go to Start, then Run, type regedit, and click OK.
  2. Identify and click the below registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. In the details pane, check if the DisableTaskOffload registry entry exists. If it doesn’t, you need to add the entry. The following steps should help you do so:
    1. In the Edit menu, point to New, and then click DWORD Value
    2. Type DisableTaskOffload.
    3. Double-Click DisableTaskOffload, type 1, and click OK
  4. Exit the registry Editor, and restart the web server.

Write a comment