Your ASP or ASP.NET application may restart or you may lose the session object when more SMB requests exist than the Web server can process (843584)
The information in this article applies to:
- Microsoft Internet Information Services 5.0
- Microsoft Internet Information Services version 5.1
- Microsoft Internet Information Services version 6.0
- Microsoft ASP.NET (included with the .NET Framework 1.1)
- Microsoft ASP.NET (included with the .NET Framework) 1.0
Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows registry SYMPTOMSYou work with Microsoft ASP.NET or Microsoft Active Server Pages (ASP) that are stored on a remote file share that uses the Server Message Block (SMB) protocol. When more SMB requests exist than the Web server can process, your Web application may unexpectedly restart or you may lose the session object. When this problem occurs, you may receive the following error message in the error log: Failed to start monitoring directory changes. Note Remote file shares that use the SMB protocol can include Network Attached Storage (NAS) devices, System Area Networks (SAN), or UNIX-based shares. CAUSEThis problem occurs when the number of SMB requests to the server is larger than the resources that are allocated to handle the requests. If the SMB redirector receives too many network requests, you may lose the session object, your application may restart, and you may receive an error message in the error log.
Note This problem may occur because of server load or the remote file share load. To verify that the load on the server is the problem, click Start, click Run, type perfmon, and then click OK. Then, if the value of the Redirector/Current Commands entry is more than 90 percent of the maximum load value, raise the capacity of the server.
This problem may occur when the number of SMB requests outnumber the resources to handle those requests, or it may occur when the number of SMB requests on the file share outnumber the resources to handle those requests.STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.RESOLUTIONTo work around this problem, increase the number of connections that you can have by resetting the registry values of the MaxCmds and the MaxMpxCt keys. The recommended values are 253, 1124, and 2048. To do this, follow these steps. Note In this section, the LanmanWorkstation is the Web server and the LanmanServer is the remote share. Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk. - Verify that the setting for the MaxCmds registry value on the Web server is 50 or larger. To do this, follow these steps:
Note The MaxCmds and MaxMpxCt entries are REG_DWORD decimal entries. If they do not exist, you may create them as new REG_DWORD values. The range of values for these registry entries is between 0 and 65535. If the MaxCmds and MaxMpxCt keys do not exist, create the keys.- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\parameters - In the right pane, double-click the MaxCmds value.
- In the Value box, verify that the number is 50 or larger. If the number is not larger than 50, increase the value to one of the recommended values.
- Quit Registry Editor.
Note In a Microsoft Windows Terminal Services environment, you may have to set the MaxCmds registry value to 500 or larger.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
232476
Terminal Server client connections and logon limited by MaxWorkItem and MaxMpxCt values
- Verify that the setting for the MaxMpxCt registry value on the Microsoft Windows 2000-based server computer is 50 or larger. If the MaxCmds and MaxMpxCt keys do not exist, create the keys. To do this, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\parameters - In the right pane, double-click the MaxMpxCt value.
- In the Value box, verify that the number is 50 or larger. If the number is not larger than 50, increase the value to one of the recommended values.
Note The MaxMpxCt value determines the maximum number of active requests that the server allows for at the same time from an individual client. - Quit Registry Editor.
Note On SMB servers that are not based on Windows 2000, the MaxMpxCount registry value has the same function as the MaxMpxCt registry value on non-Windows 2000-based Windows operating systems. - Repeat steps 1 and 2 on the remote share.
Note If you increase these values on the x86 platform, the file server and the IIS clients will consume additional non-paged pool memory. Non-paged pool memory has an upper limit of 256 megabytes (MB). Lots of clients together with lots of connections can consume all the non-paged pool memory on the file server. Use Performance Monitor to watch this counter and to make sure that it is not approaching the limit. On the x64 platform, non-paged pool memory has an upper limit of 128 gigabytes (GB). Therefore, you can increase these values to the maximum value.
For more information about the differences between non-paged pool memory on the x86 platform and on the x64 platform, click the following article number to view the article in the Microsoft Knowledge Base:
294418
Comparison of 32-bit and 64-bit memory architecture for 64-bit editions of Windows XP and Windows Server 2003
Modification Type: | Minor | Last Reviewed: | 10/9/2006 |
---|
Keywords: | kbSMB kbprb KB843584 kbAudDeveloper kbAudITPRO |
---|
|