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.
PARAMETERS
- port
-
The port number of the lock server. Defaults to 1751.
SEE ALSO
lockerd
, IPC::Locker
,
DISTRIBUTION
This package is distributed via CPAN.
AUTHORS
Wilson Snyder <wsnyder@world.std.com>
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 46:
You forgot a '=back' before '=head1'
- Around line 48:
'=item' outside of any '=over'
- Around line 52:
You forgot a '=back' before '=head1'