locker::server(3)

NAME

IPC::Locker::Server - Distributed lock handler server

SYNOPSIS

use IPC::Locker::Server;
IPC::Locker::Server->start_server(port=>1234,);

DESCRIPTION

"IPC::Locker::Server" provides the server for the
IPC::Locker package.

start_server ([parameter=>value ...]);
Starts the server. Does not return.

PARAMETERS

family
The family of transport to use, either INET or UNIX.
Defaults to INET.
port
The port number (INET) or name (UNIX) of the lock
server. Defaults to 'lockerd' looked up via /etc/ser
vices, else 1751.

SEE ALSO

"lockerd", "IPC::Locker",

DISTRIBUTION

This package is distributed via CPAN.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout