summaryrefslogtreecommitdiff
path: root/PACE/README
blob: 51b6681bf8177618f141785cbbeab929b3f05278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $Id$

Copyright (c) 2000  Center for Distributed Object Computing,
Washington University, St. Louis, Missouri, USA.

This is POSIX ACE (PACE).  It is based on ACE, the Adaptive
Communications Environment, developed by Doug Schmidt and the
Distributed Object Computing Group at Washington University and the
University of California, Irvine.  Please see the ACE copyright
notice, available at
http://www.cs.wustl.edu/~schmidt/ACE_wrappers/COPYING.

PACE is intended for lightweight and/or verified systems.  It offers
these benefits:

* A strict POSIX.1-like, low-level interface.  Its interface is "POSIX
  compatible"; by that we mean as close to POSIX.1 as it can be, given
  that PACE is not an operating system.  And, to avoid name conflicts
  with OS APIs, all low-level PACE function names have the pace_
  prefix.

* The low-level interface is partitioned into multiple files, one
  per POSIX.1 section.

* The low-level interface is written in C, so that it can be used in
  both C and C++ programs.

* PACE (on most platforms) does not require the use of multiple
  inheritance, static objects, exception handling, or other C++
  language constructs that impair code size and/or run-time performance.