Commit Graph

3 Commits

Author SHA1 Message Date
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Ralf S. Engelschall
ed73aa5bb0 Make portlint happy (COMMENT exceeded 70 chars per line) 1999-03-28 11:56:43 +00:00
Ralf S. Engelschall
22e6d2bfa8 Import of MM, a portable shared memory library.
The MM library is a 2-layer abstraction library which simplifies the usage
of shared memory between forked (and this way strongly related) processes
under Unix platforms. On the first layer it hides all platform dependent
implementation details (allocation and locking) when dealing with shared
memory segments and on the second layer it provides a high-level
malloc(3)-style API for a convenient and well known way to work with
data-structures inside those shared memory segments.

This library is proposed to be used in future versions
of Apache 1.3 as the base library for shared memory pools.
1999-03-24 14:14:13 +00:00