
IPC::SRLock::Memcached - Set/reset locks using libmemcache

0.7.$Revision: 183 $

use IPC::SRLock;
my $config = { tempdir => q(path_to_tmp_directory), type => q(memcached) };
my $lock_obj = IPC::SRLock->new( $config );

Uses Cache::Memcached to implement a distributed lock manager

This class defines accessors and mutators for these attributes:
Name of the key to the lock file record. Defaults to _lockfile
An instance of Cache::Memcached with it's namespace set to ipc_srlock
An array ref of servers to connect to. Defaults to localhost:11211
Name of the key to the lock table record. Defaults to _shmfile

Initialise the object
List the contents of the lock table
Delete a lock from the lock table
Set a lock in the lock table
Sleep for a bit or throw a timeout exception

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, <Support at RoxSoft.co.uk>

Copyright (c) 2008 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