Cache Server Connectivity
This page discusses different cache server configuration options that avoid deadlock situations and ensure better resource management.
Configure Cache Server Connectivity
In case any send operation takes a long time on the socket creating a deadlock, this socket can be reset using the bad client detection property with a combination of client socket send time out property. The default value is False, the behavior is turned off.
<add key="NCacheServer.EnableBadClientDetection" value="false"/>
ClientSocketSendTimeOut
is the interval after which the socket is reset in case of a deadlock. The default value is 10 seconds. ClientSocketSendTimeOut cannot be less than 1 second.
<add key="NCacheServer.ClientSocketSendTimeOut" value="10"/>