EPTRACE Manual

Glossary
EPTRACE Manual528811-002
Glossary-11
program
program. See program file.
program file. An executable object code file containing a program’s main routine plus
related routines statically linked together and combined into the same object file. Other
routines shared with other programs might be located in separately loaded libraries. A
program file can be named on a RUN command; other code files cannot. See also
object code file.
pTAL. Portable Transaction Application Language. A machine-independent system
programming language based on Transaction Application Language (TAL). The pTAL
language excludes architecture-specific TAL constructs and includes new constructs
that replace the architecture-specific constructs. Contrast with HP Transaction
Application Language (TAL).
pTAL compiler. An optimizing native-mode compiler for the pTAL language.
relative pathname. In the Open System Services (OSS) file system and Network File
System (NFS), a pathname that does not begin with a slash (/) character. A relative
pathname is resolved beginning with the current working directory. Contrast with
absolute pathname.
release version update (RVU). A collection of compatible revisions of HP NonStop
operating system software products, identified by an RVU ID, and shipped and
supported as a unit. An RVU consists of the object modules, supporting files, and
documentation for the product revisions. An RVU also includes a set of documentation
for the overall RVU.
rendezvous. A distributed operation that exchanges data to achieve synchronization among
the processor elements of a logical processor.
RVU. See release version update (RVU).
segment. In general, a contiguous sequence of logically related pages of virtual memory.
The pages of the segment are individually swapped in and out of physical memory as
needed. Within a loadable object file, one of the portions of the file that is mapped as
one unit into virtual memory as the file is loaded. See also code segment and data
segment.
selectable segment. A type of logical segment formerly known as an extended data
segment. The data area for a selectable segment always begins with relative segment
4, and this area can be dynamically switched among several selectable segments by
calls to the Guardian SEGMENT_USE_ procedure. The effect is similar to a rapid
overlaying of one large data area. See also logical segment and flat segment.
server. (1) An implementation of a system used as a stand-alone system or as a node in an
Expand network. (2) A combination of hardware and software designed to provide
services in response to requests received from clients across a network. For example,
HP NonStop™ servers provide transaction processing, database access, and other
services. (3) A process or program that provides services to a client or a requester.