Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Interoperating Between Programming Environments
Open System Services Porting Guide520573-006
5-6
Process Interoperability
remove(), rename(), tmpfile(), and tmpnam(). Guardian-specific and OSS-
specific versions of these functions are provided for use from the opposite
environment.
Process Interoperability
You create, control, and terminate OSS processes in the OSS environment as you
would in a standard UNIX environment. In addition to the standard set of UNIX
process-management functions in the OSS environment, there are several HP
extension functions that provide flexibility in propagating attributes during process
creation.
OSS processes have a full set of Guardian attributes as well as OSS attributes. Most
Guardian process-management procedures can access OSS processes, and a small
set of OSS process-management functions can access Guardian processes.
The following subsections discuss these topics:
Process-Creation Interoperability on page 5-6
Process-Management Interoperability on page 5-7
Process-Termination Interoperability on page 5-9
Process-Creation Interoperability
Table 5-2 indicates the different ways that processes can be created using Guardian
procedure calls and OSS function calls.
fork() and exec Set of Functions
The Guardian and OSS attributes inherited by the fork() function are defined in the
fork(2) reference page either online or in the Open System Services System Calls
Reference Manual. Many Guardian attributes cannot be specified for the created child
process using the fork() function. Guardian attributes can be specified only when
Table 5-2. Process Creation Comparison
Procedure or Function Caller Parentage
Child
Process
File Open
Feature
fork(), exec set,
tdm_fork(),
tdm_execve set,
tdm_spawn()
OSS OSS PID OSS Parent process
passes
attributes to
child process
PROCESS_LAUNCH_ Guardian or
OSS
Ancestor or
MOM
Guardian None
PROCESS_SPAWN_ Guardian or
OSS
Ancestor or
MOM
OSS Files to open
can be
specified