From 0ade19845bc827615a636e5c073d498c2244ec07 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 7 Jul 1998 05:32:53 +0300 Subject: add extension to support SysV IPC Message-Id: <199807062332.CAA25792@alpha.hut.fi> Subject: [PATCH] 5.004_70: IPC::SysV p4raw-id: //depot/perl@1372 --- ext/IPC/SysV/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ext/IPC/SysV/README (limited to 'ext/IPC/SysV/README') diff --git a/ext/IPC/SysV/README b/ext/IPC/SysV/README new file mode 100644 index 0000000000..d412c4c712 --- /dev/null +++ b/ext/IPC/SysV/README @@ -0,0 +1,20 @@ +Copyright (c) 1997 Graham Barr . 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! + -- cgit v1.2.1