freebsd_amp_hwpstate/contrib/perl5/ext/IPC/SysV
Mark Murray c3180f4f12 Merge conflicts. More elegant improvements will follow in a couple
of days.
1999-05-02 15:18:32 +00:00
..
t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
ChangeLog Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
MANIFEST Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Makefile.PL Merge conflicts. More elegant improvements will follow in a couple 1999-05-02 15:18:32 +00:00
Msg.pm Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
README Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Semaphore.pm Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
SysV.pm Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
SysV.xs Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00

README

Copyright (c) 1997 Graham Barr <gbarr@pobox.com>. All rights reserved.
This package 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!