This document, the "ULTRIX Guide to the X/Open Transport Interface," published by Digital Equipment Corporation in June 1990, is a programming manual for experienced C programmers who want to write network applications on the ULTRIX operating system using the X/Open Transport Interface (XTI).
The guide details how to develop network applications using XTI system calls and subroutines, covering its two primary service modes:
It highlights XTI's enhancements over traditional BSD socket-based interprocess communication, such as improved application portability, advanced event management, and the ability for multiple processes to share transport endpoints. The manual also includes advanced topics like managing transport characteristics, memory resources, execution modes (synchronous and asynchronous), and error reporting. A significant portion is dedicated to guiding programmers in migrating existing socket-based software to XTI-based applications. Comprehensive programming examples are provided for both connection-mode (client/server) and connectionless-mode (transaction server), along with state transition tables for XTI events and functions.
Site structure and layout ©2025 Majenko Technologies