The information in this article applies to:
SYMPTOMSIf a low memory condition occurs during a replication, Content Deployment may fail to accept new connections. CAUSEUnder low-memory situations, the _beginthread call can fail as the thread pool is expanded. The internal counter tracking the number of threads in the thread pool is increased even though the call fails. When the thread pool is later decreased to 1 (using the internal counter, which no longer reselects the actual number of active threads), there will be no active threads, and all incoming connections will fail. RESOLUTION
In this condition, the thread pool will never grow. Therefore, the only way
to recover is to stop and restart the service.
STATUSMicrosoft has confirmed this to be a problem in Site Server version 3.0. This problem was corrected in the latest Microsoft Site Server version 3.0 U.S. Service Pack. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces): S E R V P A C K Additional query words: sp
Keywords : prodsitesrv3 SS3Sp1Public Ss3Sp1fix |
Last Reviewed: July 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |