HP Integrity NonStop J-Series User Manual
Page 115

NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-016
6-39
ALTER GLOBAL
To override ATMFMAXTX for a specific program, set the MAXTX option using
.
ATMFMAXUPDATE 1-to-4096
commits automatic transactions after n updates and inserts, if the process is
not holding locks on any of the participating records. This is an advisory setting
for performance, not one that precisely controls management of automatic
transactions.
The value of n should be a power of 2 (1,2,4,8,16,32,...) in the range of 1 to
4096. If the value specified is not a power of 2, the value will be rounded to a
power of 2.
The default value is 32 updates and inserts.
MAXUPDATES can also be set for separate transactions and for selected
programs. See
and
for details
ATMFNOWAIT { ON | OFF }
returns control to the application without waiting for the transaction to be fully
committed. Automatic transactions are committed in nowait mode. The status
of a nowait transaction is checked by the runtime when the next transaction for
the file is started or when the process terminates.
The default is OFF.
NOWAIT can also be set for separate transactions and for selected programs.
See
for details.
ATMFOPTIMIZEUNL[OCKS] | ATMFOPTMZUNL[OCKS] { ON | OFF }
eliminates UNLOCKFILE operations performed on audited files. AutoTMF
considers all locks on the file released and attempts to commit the transaction,
subject to the usual protocol for committing automatic transactions.
This optimization only applies to files that are enabled for automatic
transactions.
The default is OFF and can be overridden for specific programs by using
ATMFREADTHRULOCKS { ON | OFF }
enables or disables read-thru-lock mode on audited files that use automatic
transactions.
The default is ON.
Note. You can set ATMFMAXTX to a value greater than 100 only on NonStop servers
that support a maximum of 1000 transactions (T9055AER and later)