File:  [CSRG BSD Unix] / 43BSD / contrib / courier / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

Title:		Courier

Author:		Eric C. Cooper

Address:	Computer Science Division, EECS
		University of California
		Berkeley, CA  94720

Net address:	cooper@berkeley (ARPA)
		ucbvax!cooper   (UUCP)

Description:

This is the Courier remote procedure call protocol for Berkeley UNIX
(version 4.2).  Courier is both a protocol and a specification
language.  The protocol specifies how remote procedures are invoked and
how parameters and results of various data types are transmitted.  The
specification language, somewhat reminiscent of Mesa, provides a simple
way of defining the remote interfaces of distributed programs.

Warning:

Complicated Courier types are sometimes incorrectly translated into C.
Until the next release, this can be avoided by always "factoring out" subtypes
as named types in their own right.

-- For example, use this:

	ChoiceType : TYPE = CHOICE OF {
				a (0) => INTEGER,
				b (1) => LONG CARDINAL,
				c (2) => STRING
			};
	T : TYPE = SEQUENCE OF ChoiceType;

-- rather than this:

	T : TYPE = SEQUENCE OF CHOICE  OF {
				a (0) => INTEGER,
				b (1) => LONG CARDINAL,
				c (2) => STRING
			};


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.