Cross-platform TCP/IP Socket programming in REXX

Источник: www.rexxla.org

Скачать статью в формате PDF.

Скачать архив с примерами.

Abstract:

TCP/IP is the key modern network technology, and the various REXX implementations have useful, if incompatible interfaces to it. In this session, we cover writing TCP/IP clients and servers in REXX, on MVS, Win32, and UNIX platforms, and propose a workable solution to the incompatibility issues

Contents

● TCP/IP Networking Review
● Socket Programming Overview
● Sample TCP/IP Socket Application