Alachisoft NCache 4.1 - Online Documentation

Client/Server Connection Timeout

 
When client is unable to connect to the Cache Server, all other threads wait for the connection to reestablish. If client is not reconnected in this time, other threads return with Connection Timeout exception. By default this time out is 5 seconds. This Timeout is specified in the client.ncconf file as follows:
 
<ncache-server port="9800" connection-retries="60" retry-interval="1" connection-timeout="5"/>
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.