2003-08-09 15:17:54 +02:00
|
|
|
IPC::MM provides an interface to Ralf Engelschall's mm library, allowing
|
|
|
|
memory to be shared between multiple processes in a relatively
|
|
|
|
convenient way.
|
|
|
|
|
2008-05-23 23:18:39 +02:00
|
|
|
IPC::MM provides methods to create and destroy shared memory segments and
|
2003-08-09 15:17:54 +02:00
|
|
|
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/
|