Microsoft KB Archive/177488

From BetaArchive Wiki
Knowledge Base


SNA Client Takes Longer to Connect Than Normal

Article ID: 177488

Article Last Modified on 9/22/2005



APPLIES TO

  • Microsoft SNA Server 3.0 Service Pack 4
  • Microsoft SNA Server 4.0
  • Microsoft SNA Server 3.0 Service Pack 2



This article was previously published under Q177488


SYMPTOMS

When you use the 5250 applet as well as some third-party 5250 emulators, the Windows NT SNA Client attempting to reconnect to the host may take an extra 20 seconds to restart the session. The first time the emulator connects, the delay may not be evident, but if disconnected, further attempts to reconnect may take about 20 seconds.

CAUSE

The Winmgt32.dll display verb initializes the DMOD with the client type "admin," and the wappc32.dll initializes the DMOD with the client type "TP." If the same application uses both DLLs, the DMOD creates two different semaphores, because the admin type is treated as a special case for no reason. In this case the I/O threads were signaling the second semaphore, but the "routing" thread was waiting on the first semaphore. This introduced a five-second delay in each incoming frame processing.

STATUS

With the fix applied, the special semaphore created for "admin" type client processes is removed.

Microsoft has confirmed this to be a problem in SNA Server versions 3.0, 3.0 SP1 and 3.0 SP2.

This problem was corrected in the latest SNA Server version 3.0 U.S. Service Pack. For information on obtaining this Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):

S E R V P A C K


Keywords: kbbug kbfix kbqfe kbnetwork kbhotfixserver KB177488