summaryrefslogtreecommitdiff
path: root/cpan/IPC-SysV/README
blob: 4b34bb3133d36f0b3a1ee3ab8e48b55589588f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz.

Version 1.x, Copyright (c) 1997, Graham Barr.

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

The SysV-IPC contains three packages

    IPC::Semaphore
    - Provides an object interface to using SysV IPC semaphores

    IPC::Msg
    - Provides an object interface to using SysV IPC messages

    IPC::SysV
    - Provides the constants required to use the system SysV IPC calls.

Currently there is not object support for SysV shared memory, but
SysV::SharedMem is a project for the future.

Share and enjoy!