Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / devel / mm / pkg-descr
1 OSSP mm - Shared Memory Allocation Library
2 Copyright (c) 1999-2005 Ralf S. Engelschall <rse@engelschall.com>
3 Copyright (c) 1999-2005 The OSSP Project <http://www.ossp.org/>
4
5 OSSP mm is a 2-layer abstraction library which simplifies
6 the usage of shared memory between forked (and this way strongly
7 related) processes under Unix platforms. On the first layer it
8 hides all platform dependent implementation details (allocation
9 and locking) when dealing with shared memory segments and on the
10 second layer it provides a high-level malloc(3)-style API for a
11 convenient and well known way to work with data-structures inside
12 those shared memory segments.
13
14 WWW: http://www.ossp.org/pkg/lib/mm/