ossp-pkg/mm/README 1.69 -> 1.70
--- README 2002/07/26 09:59:34 1.69
+++ README 2002/07/26 13:04:39 1.70
@@ -4,11 +4,12 @@
| | | | | | |
|_| |_|_| |_|
- MM - Shared Memory Library
- Copyright (c) 1999-2002 Ralf S. Engelschall, All rights reserved.
- Version 1.1.4 (29-Jan-2001)
+ OSSP mm - Shared Memory Allocation
+ Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
+ Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
+ Version 1.2.0
- The MM library is a 2-layer abstraction library which simplifies the usage
+ 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
@@ -21,7 +22,7 @@
and even Win32 Cygwin, BeOS and OS/390.
The documentation and latest release can be found on
- http://www.engelschall.com/sw/mm/
+ http://www.ossp.org/pkg/lib/mm/
Ralf S. Engelschall
rse@engelschall.com
|
|