Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 18
mirrored disk
mirrored disk. A pair of identical disk drives that are used together as a single volume.
One drive is considered the primary and the other is called the backup or the mirror.
Each byte of data written to the primary drive is also written to the backup drive; if the
primary drive fails, the backup can continue operations.
mom. A process that is notified when certain other processes are deleted. In a process
pair, each process is the other’s mom When a process is unnamed, its mom is usually
the process that created it.
monitor. A process that, among other functions, is responsible for checking that certain
other processes continue to run. If such a process should stop, then it is the monitor’s
responsibility to restart it.
multibyte character set. A means for identifying written characters for national languages
that require more than one byte to represent a single character.
multiprocessing. Two or more processes running in parallel by executing on different
processing modules.
multithreaded process. A process that performs more than one operation concurrently.
Contrast with single-threaded process.
named process. A process to which a process name was assigned when the process was
created. Contrast with unnamed process.
native. An adjective that can modify object code, object file, process, procedure, and mode
of process execution. Native object files contain native object code, which directly uses
MIPS or Intel® Itanium® instructions and the corresponding conventions for register
handling and procedure calls. Native processes are those created by executing native
object files. Native procedures are units of native object code. Native mode execution
is the state of the process when it is executing native procedures.
native mode. See TNS/R native mode and TNS/E native mode.
native-mode code. Object code that has been compiled with TNS/R native compilers to run
on TNS/R systems or with TNS/E native compilers to run on TNS/E systems.
native-mode library. A native-compiled loadfile associated with one or more other native-
compiled loadfiles. A native mode process can have any number of associated native-
mode libraries. See also TNS library and TNS/E library.
native-mode source code. High-level language routines that can be compiled with TNS/E
native compilers. These two sets of compilers accept the same language dialects.
native object code. See TNS/R native object code and TNS/E native object code.
native object file. See TNS/R native object file and TNS/E native object file.
native process. SeeTNS/R native process and TNS/E native process.