mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
91aca2a9b8
Pointed by: kris
11 lines
433 B
Plaintext
11 lines
433 B
Plaintext
IPC::MM provides an interface to Ralf Engelschall's mm library, allowing
|
|
memory to be shared between multiple processes in a relatively
|
|
convenient way.
|
|
|
|
IPC::MM provides methods to create and destoy shared memory segments and
|
|
to access data structures within those shared memory segments, as well
|
|
as miscellaneous methods. Additionally, it provides a tied interface
|
|
for scalars and hashes.
|
|
|
|
WWW: http://search.cpan.org/dist/IPC-MM/
|