Server Connectivity for NCache
Important
To update any cache settings, follow the steps provided in the Update Cache Config section.
Configure Server Connectivity
The deadlock that occurs when a send operation takes a long time to create a socket connection can be reset using a bad client detection policy that uses the ClientSocketSendTimeOut
property. By default, this behavior is disabled. You can turn it on by setting the following tag as true.
<add key="NCacheServer.EnableBadClientDetection" value="false"/>
The ClientSocketSendTimeOut
specifies a time interval after which, if a deadlock occurs, the socket is reset. This time interval cannot be less than 1.
<add key="NCacheServer.ClientSocketSendTimeOut" value="10"/>