Alachisoft NCache 4.1 - Online Documentation

Client Request Timeout

 
Client Request Timeout is the maximum time in seconds during which client must receive response from NCache Server. If NCache Server response is not received before this time, NCache API throws an OperationFailedException. Default Client Request Timeout value is 90 seconds. You can specify this timeout for both Java and .Net clients in Client.ncconf as follows:
 
<ncache-server port="9800" client-request-timeout="90" connection-retries="1" retry-interval="0" connection-timeout="5"/>
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.