0ac4bbe8b2
Provides a simple interface to shared memory, allowing data to be efficiently communicated between processes.
5 lines
230 B
Plaintext
5 lines
230 B
Plaintext
IPC::ShareLite provides a simple interface to shared memory, allowing
|
|
data to be efficiently communicated between processes. Your operating
|
|
system must support SysV IPC (shared memory and semaphores) in order
|
|
to use this module.
|