Cache Server Connectivity
This page discusses different cache server configuration options that avoid deadlock situations and ensure better resource management.
One such scenario involves prolonged send operations on a socket, which can lead to potential deadlocks. 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" />