Alachisoft NCache 4.1 - Online Documentation

Client/Server Connection Retry

 
Client API tries to connect with each server number of times you specify in client.ncconf. It goes through all the servers in the list once and if none are available, then sleeps for the 'retry-interval' seconds and then scans the list again. This is done 'connection-retries' times. This is specified in the client.ncconf file as follows:
 
<ncache-server port="9800" connection-retries="60" retry-interval="1"/>
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.