Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 29
system process
system process. (1) A privileged process that comes into existence at system-load time
and exists continuously for a given configuration for as long as the CPU remains
operable. (2) An HP NonStop™ operating system process, such as the memory
manager, the monitor, and the input/output (I/O) control processes. The files containing
system processes are invoked by ALLPROCESSORS paragraph entries. (3) A part of
a single copy of the HP NonStop operating system with Open System Services (OSS)
interfaces. A system process does not have an OSS process ID.
system time. The time represented by any synchronized CPU clock in the system.
TACL. See HP Tandem Advanced Command Language (TACL).
TAL. See HP Transaction Application Language (TAL).
temporary disk file. A file stored on disk that will be purged automatically as soon as the
process that created it stops.
terminal-simulation process. A process that is made to behave like a terminal file.
TIM. See HP NonStop™ Technical Library (NTL).
timekeeping. A function performed by the operating system that involves initializing and
maintaining the correct time in a CPU.
timestamp. An item containing a representation of the time. A timestamp can be applied to
an object at some critical point in the object’s life.
TNS. Refers to fault-tolerant HP computers that support the HP NonStop™ operating
system and are based on microcoded complex instruction-set computing (CISC)
technology. TNS systems run the TNS instruction set. Contrast with TNS/R and
TNS/E.
TNS accelerated mode. A TNS emulation environment on a TNS/R or TNS/E system in
which accelerated TNS object files are run. TNS instructions have been previously
translated into optimized sequences of MIPS or Intel® Itanium® instructions. TNS
accelerated mode runs much faster than TNS interpreted mode. Accelerated or
interpreted TNS object code cannot be mixed with or called by native mode object
code. See also TNS Object Code Accelerator (OCA). Contrast with TNS/R native
mode and TNS/E native mode.
TNS C compiler. The C compiler that generates TNS object files. Contrast with TNS/E
native compiler.
TNS code segment. One of up to 32 128-kilobyte areas of TNS object code within a TNS
cod
e space. Each segment contains the TNS instructions for up to 510 complete
routines.