Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 27
shared run-time library (SRL)
shared run-time library (SRL). An object file that the operating system links to a program
file at run time. See also TNS/R native shared run-time library (TNS/R native SRL).
signal. A means by which a process can be notified of or affected by an event occurring in
the system. Some signals are used to notify a process when an error not related to
input or output has occurred. See also TNS/R native signal and OSS signal. Contrast
with trap.
signal handler. A procedure that is executed when a signal is received by a process.
single-threaded process. A process that performs only one operation at a time. Contrast
with multithreaded process.
site update tape (SUT). One or more tapes that contain each target system’s site-specific
subvolume and various products. Each product contains a softdoc and a complete set
of files. A SUT is delivered with every new HP NonStop™ system and can be ordered
whenever a new release version update (RVU) of the system software is available. A
full SUT contains the current RVU of the HP NonStop operating system and all product
software that has been ordered with it. A partial SUT contains a subset of products for
the current RVU.
SRL. See shared run-time library (SRL).
startup sequence. A convention for sending and receiving certain messages while starting
a new process. By convention, the new process receives an Open message, followed
by a Startup message, an Assign message for each ASSIGN in effect, a Param
message if there are any PARAMs in effect, and then a Close message.
state information. In active backup programming, information about a program’s execution
environment that is periodically sent from the primary process to the backup process.
In the event of a primary process failure, the backup process uses the state information
to take over execution at or near the logical point of failure.
stop mode. An attribute that a process can use to protect itself from being stopped by other
pr
ocesses.
structured file. A disk file in which records are saved according to a predefined structure.
S
ee relative file. key-sequenced file, and entry-sequenced file for examples. Contrast
with unstructured file.
subvolume. A group of files stored on disk. These files all have the same subvolume name
but each has a different file ID. For example, $DATA.INFO identifies the subvolume
named INFO on the volume $DATA. An example of a file name is
$DATA.INFO.RESULTS.
super ID. On HP NonStop™ systems, a privileged user who can read, write, execute, and
purge all files on the system. The super ID is usually a member of a system-supervisor
group.