PRB: "RPC_S_SERVER_TOO_BUSY" When Binding to Server on ncacn_npLast reviewed: November 17, 1997Article ID: Q176734 |
The information in this article applies to:
SYMPTOMSIf more than one client connects to an RPC server using the ncacn_np protseq at nearly the same time, the call may fail with error code 1723:
RPC_S_SERVER_TOO_BUSY CAUSEThis is due to the way the named pipe transport works. The server side creates an instance of the pipe for use by clients. The first client to attempt a connection is associated with that instance. To allow another client to connect, the server must create another instance of the named pipe. If another client attempts to connect before the new instance is created, the server appears (to the second client) not to be accepting connections.
RESOLUTIONRPC clients should be written to handle a situation where the server is too busy to accept a connection because it is highly likely that there might be too many clients attempting to establish a connection at a given time. Options for handling this situation include automatically retrying, prompting the user for a course of action, or failing.
STATUSThis behavior is by design. Keywords : NtwkRpc Version : WINNT: Platform : winnt Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |