Server Connectivity Configurations
In case any send operation takes a long time on the socket creating a deadlock, this socket can be reset using bad client detection property with a combination of client socket send time out property.
Important
In case you want to update any cache settings, please refer to the Update Cache Config section to follow the set of steps.
Configure Server Connectivity
The default value of EnableBadClientDetection
is false, and the behavior is turned off.
<add key="NCacheServer.EnableBadClientDetection" value="false"/>
The ClientSocketSendTimeOut
is the interval after which the socket is reset in case of deadlock. The default value is 10 sec. ClientSocketSendTimeOut cannot be less than one.
<add key="NCacheServer.ClientSocketSendTimeOut" value="10"/>