ossp-web/pkg/lib/mm/index.wml 1.1 -> 1.2
--- index.wml 2002/02/15 11:56:43 1.1
+++ index.wml 2002/02/15 13:52:11 1.2
@@ -3,10 +3,18 @@
<title>OSSP mm</title>
-<h1>...</h1>
+<h1>Shared Memory Allocation</h1>
<h2>Abstract</h2>
+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 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.
+
<h2>Authors</h2>
<pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -14,7 +22,7 @@
<h2>Status</h2>
<pkg_status
- stable="none" stable_date="none"
+ stable="1.1.3" stable_date="01-Jul-2000"
unstable="none" unstable_date="none"
done=100>
@@ -24,5 +32,5 @@
url=$(FTP_ROOT_URL)/pkg/lib/mm/
directory=$(FTP_ROOT_DIR)/pkg/lib/mm/
files="mm-*.tar.gz"
- stable="none" unstable="none">
+ stable="mm-1.1.3.tar.gz" unstable="none">
|
|