Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 21
one-way communication
it may be incomplete and require linking with other object files before execution. See
also TNS object file, TNS/R native object file, and TNS/E native object file.
one-way communication. A form of interprocess communication where the sender of a
message (the requester) does not expect any data in the reply from the receiver of the
message (the server). Contrast with two-way communication.
open system. A system with interfaces that conform to international computing standards
and therefore appear the same regardless of the system’s manufacturer. For example,
the Open System Services (OSS) environment on HP NonStop™ systems conforms to
international standards such as ISO/IEC IS 9945-1:1990 (ANSI/IEEE Std. 1003.1-
1990, also known as POSIX.1), national standards such as FIPS 151-2, and portions
of industry specifications such as the X/Open Portability Guide Version 4 (XPG4).
Open System Services (OSS). An open system environment available for interactive or
programmatic use with the HP NonStop™ operating system. Processes that run in the
OSS environment usually use the OSS application program interface. Interactive users
of the OSS environment usually use the OSS shell for their command interpreter.
Synonymous with Open System Services (OSS) environment. Contrast with Guardian.
Open System Services (OSS) environment. The HP NonStop™ Open System Services
(OSS) application program interface (API), tools, and utilities.
opener table. A data structure maintained by a server process containing information about
processes that have the server process open. Typically, the server uses this table to
check that incoming requests originate from valid openers.
operating system. See HP NonStop™ operating system.
operational environment. The conditions under which your system performs. These
conditions include the devices and communications lines that are made active and the
system and application processes that are started at system startup.
OS. See
HP NonStop™ operating system.
OSS. See
Open System Services (OSS).
OSS environment. See Open System Services (OSS) environment.
OSS process ID. In the Open System Services (OSS) environment, the unique identifier
that identifies a process during the lifetime of the process and during the lifetime of the
process group of that process.
OSS signal. A signal model defined in the POSIX.1 specification and available to TNS
pr
ocesses and TNS/R native processes in the OSS environment. OSS signals can be
sent between processes.
OSS user ID. See
HP NonStop™ operating system user ID.