Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Under some load, clients connecting to especially a single pipe server will experience some connection problems due to frequent close & reopen of the server pipe.
This ia a) unnecessary, and it is b) caused by the default timeouts on the server side, which are unnecessarily short. The short server timeouts are a leftover from the days before using the overlapped method - now INFINITE should do a better job on the server side.