
IPC::SRLock::Sysv - Set/reset locks using System V IPC

This documents version v0.11.$Rev: 0 $

use IPC::SRLock;
my $config = { type => q(sysv) };
my $lock_obj = IPC::SRLock->new( $config );

Uses System V semaphores to lock access to a shared memory file

This class defines accessors for these attributes:
lockfileThe key the the semaphore. Defaults to 12_244_237
modeMode to create the shared memory file. Defaults to 0666
sizeMaximum size of a shared memory segment. Defaults to 65_536

List the contents of the lock table
Delete a lock from the lock table
Set a lock in the lock table

None


There are no known incompatibilities in this module

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Peter Flanigan, <pjfl@cpan.org>

Copyright (c) 2013 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE