GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LOCKERD(1) User Contributed Perl Documentation LOCKERD(1)

lockerd - Distributed lock handler for Perl IPC::Locker

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

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

--help
Displays this message and program version and exits.
--nofork
Keep the daemon in the foreground for debugging.
--host
Specifies the IP address to be used for the daemon. Defaults to localhost.
--port
Specifies the port number to be used for the daemon.
--path
Specifies that UNIX FIFO will be used for communications with clients and the path to the FIFO.
--version
Displays program version and exits.

Lockerd has tested to perform well handling above 3,000 lock or unlock requests per second on a 2GHz AMD Operton server.

The latest version is available from CPAN and from <https://www.veripool.org/ipc-locker>.

Copyright 1999-2019 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 Version 3 or the Perl Artistic License Version 2.0.

Wilson Snyder <wsnyder@wsnyder.org>

IPC::Locker, lockersh
2019-10-26 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.