https://github.com/tonycoz/perl-ipc-sysv
just my synthesized repo, not MHX's responsibility
https://github.com/tonycoz/perl-ipc-sysv
Last synced: 10 months ago
JSON representation
just my synthesized repo, not MHX's responsibility
- Host: GitHub
- URL: https://github.com/tonycoz/perl-ipc-sysv
- Owner: tonycoz
- Created: 2016-03-08T23:06:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T23:11:20.000Z (almost 10 years ago)
- Last Synced: 2025-01-19T17:56:57.945Z (11 months ago)
- Language: C
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Version 2.x, Copyright (C) 2007-2013, 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!