The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

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

Synopsis

   use IPC::SRLock;

   my $config = { type => q(memcached) };

   my $lock_obj = IPC::SRLock->new( $config );

Description

Uses Cache::Memcached to implement a distributed lock manager

Configuration and Environment

This class defines accessors for these attributes:

lockfile

Name of the key to the lock file record. Defaults to _lockfile

servers

An array ref of servers to connect to. Defaults to localhost:11211

shmfile

Name of the key to the lock table record. Defaults to _shmfile

Subroutines/Methods

list

List the contents of the lock table

reset

Delete a lock from the lock table

set

Set a lock in the lock table

Diagnostics

None

Dependencies

Cache::Memcached
File::DataClass
IPC::SRLock::Base
Moo
Time::HiRes

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

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

Author

Peter Flanigan, <pjfl@cpan.org>

License and Copyright

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