TTC_Redirect_Limit

For TimesTen Scaleout, TTC_Redirect_Limit limits how many times the client is redirected.

This is useful if the number of hosts in your grid is such that you want to limit the number of redirected client connection attempts for performance reasons.

For example, setting TTC_Redirect_Limit=10 limits the number of client connection redirection attempts to other hosts to 10 attempts. If the client does not connect within this number of attempts, a connection error is returned.

Note:

There is no setting for no limit, but you can set it to a very large integer.

Required Privilege

No privilege is required to change the value of this attribute.

Usage in TimesTen Scaleout and TimesTen Classic

This attribute is not supported in TimesTen Classic.

This attribute is supported in TimesTen Scaleout.

Setting

Set TTC_Redirect_Limit as follows:

Where to set the attribute How the attribute is represented Setting

C or Java programs or UNIX and Linux systems database definition (.dbdef) file in TimesTen Scaleout

TTC_Redirect_Limit

Integer to limit how many times the client is redirected. The default is 1.

Windows ODBC Data Source Administrator

Not applicable