--- README 2003/03/07 15:00:55 1.77
+++ README 2003/03/07 15:46:17 1.78
@@ -9,17 +9,18 @@
Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>
Version 1.3.0 (07-Mar-2003)
- OSSP mm is a 2-layer abstraction library which simplifies the usage
- of shared memory between forked (and this way strongly related) processes
+ OSSP mm 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 (lower) layer it hides all platform
- dependent implementation details (allocation and locking) when dealing with
- shared memory segments and on the second (higher) 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.
+ dependent implementation details (allocation and locking) when dealing
+ with shared memory segments and on the second (higher) 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 was successfully tested on FreeBSD, OpenBSD, NetBSD, BSDI,
- Linux, SunOS, Solaris, Tru64, AIX, A/UX, HP-UX, ReliantUNIX, IRIX, UnixWare
- and even Win32 Cygwin, BeOS and OS/390.
+ This library was successfully tested on FreeBSD, OpenBSD, NetBSD,
+ BSDI, Linux, SunOS, Solaris, Tru64, AIX, A/UX, HP-UX, ReliantUNIX,
+ IRIX, UnixWare and even Win32 Cygwin, BeOS and OS/390.
The documentation and latest release can be found on
http://www.ossp.org/pkg/lib/mm/
|