SWI-Prolog / contrib-tipc

The SWI-Prolog TIPC interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transparent Inter-Process Communications (TIPC) Sockets.

TIPC provides a framework for inter-process communication between federations of trusted peers that are cooperating as a unit. It was developed by Ericsson AB, as a means to provide for communications between Common Control Systems processes and Network Element peers in telephone switching systems, sometimes operating at arm's length on different line cards or mainframes. Delegation of responsibility in this way is one of the fundamental precepts of the Erlang programming system, also developed at Ericsson. TIPC represents a more generalized version of the same behavioral design pattern.

This document was produced using PlDoc, with sources found in tipc.pl and tipc_overview.md.

@author: Jeffrey Rosenwald (JeffRose@acm.org) @license: BSD-2 @compat: Linux only

About

The SWI-Prolog TIPC interface


Languages

Language:C 51.7%Language:Prolog 47.4%Language:CMake 0.9%