SMTP Performance Degradation with Large Number of Messages (253283)
The information in this article applies to:
- Microsoft Windows 2000 Advanced Server
This article was previously published under Q253283 SYMPTOMS
The Simple Mail Transport Protocol (SMTP) service in Windows 2000 may experience
performance problems when a computer has tens of thousands of messages queued.
CAUSE
This behavior occurs because the SMTP service uses the number of messages to
control how many handles it keeps open, instead of using the number of opened
handles itself. If there is a large number of messages queued up for a remote
system that is down, other messages that could be processed end up being
subjected to redundant handle openings and closures.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
260910 How to Obtain the Latest Windows 2000 Service Pack
The following files are available for download from the Microsoft
Download Center:
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591 How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows 2000 Service Pack 1.MORE INFORMATION
Currently, the policy of closing handles begins when the total number of
messages in the system reaches 1,000. This state can occur because of a large
queue to a remote system being in a retry state. Ideally, handles would be
closed on messages that are not expected to be processed in the immediate
future, but not on others. An example would be to close handles for messages in
a queue associated with a slow but active connection to a remote server, leaving
open those handles that are associated with messages that have not yet been
categorized. Alternatively, use a global policy of closing handles in a manner
similar to Microsoft Exchange 5.5, but have the policy start only when the total
number of messages with open handles reaches a certain threshold, instead of
using the total number of messages in the system to trigger the policy.
Modification Type: | Minor | Last Reviewed: | 9/26/2005 |
---|
Keywords: | kbHotfixServer kbQFE kbdownload kbbug kbenv kbfix kbgraphxlinkcritical kbWin2000SP1Fix KB253283 |
---|
|