TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-310
#PROCESSLAUNCH Built-In Function
param-set
is a program parameter or a series of parameters sent to the new process in the
startup message. Leading and trailing spaces are deleted.
Result
See the #NEWPROCESS Built-In Function on page 9-266.
Considerations
•
See the #NEWPROCESS Built-In Function on page 9-266.
•
The TACL configuration parameter, CONFIGRUN, must be set to
“PROCESSLAUNCH” to enable execution of the #PROCESSLAUNCH code.
The three additional options: MAXMAINSTACKSIZE, MAXNATIVEHEAPSIZE,
and GUARANTEEDSWAPSPACE, can be specified for the process being
created. If CONFIGRUN is not set or is set to “PROCESSCREATE,” these
options are ignored.
•
For pre-D40 software RVUs, the parameters CURRENTMAINSTACKSIZE,
MAXMAINSTACKSIZE, CURRENTNATIVEHEAPSIZE,
MAXNATIVEHEAPSIZE, and GUARANTEEDSWAPSPACE have no meaning.
If specified, an error message can be returned, indicating the option is invalid.