TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-309
#PROCESSLAUNCH Built-In Function
#PROCESSLAUNCH Built-In Function
Use #PROCESSLAUNCH to start a process. If compared to #NEWPROCESS,
#PROCESSLAUNCH enables the use of three additional configuration options for the
process being started:
MAXMAINSTACKSIZE, allowing the user to specify the maximum main stack size
MAXNATIVEHEAPSIZE, allowing the user to specify the maximum size of the
native heap area
GUARANTEEDSWAPSPACE, allowing the user to specify the amount of space
that the process reserves with the Kernel-Managed Swap Facility for swapping.
program-file
is the name of the file containing the object program to be run. Partial file names
are evaluated using the current default node, volume, and subvolume names.
option
is one of these options described for the RUN[D] command:
CPU cpu-number
DEBUG
DEFMODE OFF | ON }
EXTSWAP file-name]
GUARANTEEDSWAPSPACE num
HIGHPIN ON | OFF
IN file-name
INLINE
INSPECT OFF | ON | SAVEABEND
INV variable-level [ DYNAMIC [ PROMPT variable-level ] ]
JOBID num
LIB file-name
MAXMAINSTACKSIZE num
MAXNATIVEHEAPSIZE num
MEM num-pages
NAME $process-name
NOWAIT
OUT list-file
OUTV variable-level
PFS num-pages
PRI priority
STATUS variable-level
SWAP file-name
TERM $terminal-name
WINDOW "text"
#PROCESSLAUNCH program-file [ / option [ , option ] ... / ]
[ param-set ]