The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

lockerd - Distributed lock handler for Perl IPC::Locker

SYNOPSIS

lockerd [ --help ] [ --port=port ] [ --path=fifo_path ] [ --version ]

DESCRIPTION

Lockerd will start a daemon to watch for and service connects by the Perl IPC::Locker package.

ARGUMENTS

--help

Displays this message and program version and exits.

--port

Specifies the port number to be used.

--path

Specifies that UNIX FIFO will be used for communications with clients and the path to the FIFO.

--version

Displays program version and exits.

DISTRIBUTION

The latest version is available from CPAN and from http://www.veripool.com/.

Copyright 1999-2007 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License or the Perl Artistic License.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

IPC::Locker, pidstatd