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

Table Of Contents
About This Manual
Open System Services Porting Guide520573-006
xiv
Organization of This Guide
Section 3, Useful Porting Tools, provides an overview of some useful porting tools
to promote planning the porting task, which enhances the efficiency of porting
code.
Section 4, Interoperating Between User Environments, introduces interoperability
between the Guardian and OSS environments. Topics include running the OSS
shell and commands from the TACL command interpreter, running TACL
commands from the OSS shell, and running OSS processes with Guardian
attributes.
Section 5, Interoperating Between Programming Environments, discusses
interoperability between the Guardian and OSS programming environments.
Interoperability is discussed with regard to header files, objects (files and
processes), and mixed-module programming.
Section 6, OSS Porting Considerations, discusses how to achieve equivalent
behavior when porting applications to the OSS environment or writing new
programs for the OSS environment. Topics include using equivalent features in the
OSS environment, making design trade-offs, and making changes because of
performance considerations.
Section 7, Porting UNIX Applications to the OSS Environment, discusses
considerations when porting applications from a UNIX environment to the OSS
environment, such as scope and levels of portability and C or C++ programming
considerations: function prototypes, header files, and the OSS C run-time library.
Section 8, Migrating Guardian Applications to the OSS Environment, discusses
considerations when migrating applications from the Guardian environment to the
OSS environment. Topics include migration guidelines, compiler issues, and the
interoperating of Guardian and OSS programs.
Section 9, Porting From Specific UNIX Systems, describes actions you should take
before porting an application program from a UNIX platform with specific
characteristics.
Section 10, Native Migration Overview, includes concerns for users migrating from
a TNS environment to a TNS/R or TNS/E native environment.
Section 11, Porting or Migrating Sockets Applications, describes considerations
when porting a sockets application to use the OSS API from a UNIX system or
from the Guardian API.
Section 12, Porting Threaded Applications, lists the major issues to address in
order to port existing threaded applications to Standard POSIX Threads.
Appendix A, Equivalent OSS and UNIX Commands for Guardian Users, provides a
table that compares Guardian commands to OSS and UNIX commands. This
appendix can help you decide whether to rewrite TACL macros or command files
as OSS shell scripts.
Appendix B, Equivalent Guardian Commands for OSS and UNIX Users, provides a
table that compares OSS and UNIX commands to Guardian commands. This