TACL Reference Manual
The TACL Environment
HP NonStop TACL Reference Manual—429513-018
6-6
Starting New Processes
These conditions must be met before TACL can start a process at a high PIN:
•
The HIGHPIN option for the code file must be enabled at compile or bind time
•
Either the RUN /HIGHPIN ON/ option or the #HIGHPIN built-in variable (or both)
must be ON
•
There must be a high PIN available
Table 6-1 describes how TACL resolves each combination of HIGHPIN settings. A
dash (-) indicates that the option is not specified.
Table 6-1. Results of HIGHPIN Settings
Parent TACL
Runs at a
BINDER
HIGHPIN
Option
HIGHPIN
Variable
RUN or
#NEWPROCESS
HIGHPIN Option
New Process
Runs at a
Low PIN OFF OFF - Low PIN
Low PIN OFF OFF OFF Low PIN
Low PIN OFF OFF ON Low PIN
Low PIN OFF ON - Low PIN
Low PIN OFF ON OFF Low PIN
Low PIN OFF ON ON Low PIN
Low PIN ON OFF - Low PIN
Low PIN ON OFF OFF Low PIN
Low PIN ON OFF ON High PIN
*
Low PIN ON ON - High PIN
*
Low PIN ON ON OFF Low PIN
Low PIN ON ON ON High PIN
*
High PIN OFF OFF - Low PIN
High PIN OFF OFF OFF Low PIN
High PIN OFF OFF ON Low PIN
High PIN OFF ON - Low PIN
High PIN OFF ON OFF Low PIN
High PIN OFF ON ON Low PIN
High PIN ON OFF OFF Low PIN
High PIN ON OFF OFF Low PIN
High PIN ON OFF ON High PIN
*
High PINONON- High PIN
*
High PIN ON ON OFF Low PIN
High PINONONON High PIN
*
* The process runs at a high PIN if a high PIN is available.