Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1317

Summary: Shared Memory Library (New package)
Product: Gentoo Linux Reporter: Alexander Gretencord <arutha>
Component: New packagesAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
URL: http://www.engelschall.com/sw/mm
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The ebuild file
patch to make the Makefile use DESTDIR

Description Alexander Gretencord 2002-03-23 10:35:29 UTC
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.
It'smainly for Apache's shared mem support.
Comment 1 Alexander Gretencord 2002-03-23 10:36:24 UTC
Created attachment 433 [details]
The ebuild file
Comment 2 Alexander Gretencord 2002-03-23 10:37:45 UTC
Created attachment 434 [details, diff]
patch to make the Makefile use DESTDIR