Enform Plus Reference Manual

Running Enform Plus
Enform Plus Reference Manual422684-001
2-9
The TACL QP Command
message is displayed. See the @COST-TOLERANCE Option Variable in the Option
Variable clauses on page 5-48 for an explanation of strategy cost limits.
max-cost must be an integer between one and eight. The default is no limit.
TIMEOUT time-out
sets the number of minutes a server query processor sits idle before stopping itself.
The default is no limit, meaning the query processor continues to run indefinitely.
READS max-reads
sets the maximum number of logical database reads per Enform Plus session. If that
many reads are performed, the Enform Plus session is terminated and an error
message is displayed.
max-reads must be an integer. The default is no limit.
The TACL QP Command
After the parameters are initialized and the physical files to be kept open are specified,
the server query processor is created. The syntax is:
NAME process-name
is a process name for the server query processor. The name must begin with a dollar
sign ($) followed by an alphabetic character and one to four alphanumeric
characters.
CPU number
is the number of the CPU where this server query processor resides. The default is
the same CPU where TACL resides.
PRI priority
is the priority at which this server query processor is to run.
MEM pages
is the maximum number of virtual data pages used for this server query processor. It
must be an integer from one to 64. The default is 64.
QP / [ NOWAIT ] , NAME process-name [ , CPU number ]
[ , PRI priority ] [ , MEM pages ] /