MAX_CURSORS

MAX_CURSORS is the number of cursors (parameterized queries) in Acu4GL’s cursor cache. The default value is 100. The range is 1–100. If you set this variable to a number less than the maximum of 100, you may reduce the number you specify in the Informix system parameter OPEN_CURSORS by a like amount. The value of Informix’s OPEN_CURSORS should exceed MAX_CURSORS by at least 7.

Example

To allow your application to use up to 23 cursors, specify

MAX_CURSORS   23

in the configuration file.