NAME

Schedule::Load::Chooser - Distributed load choosing daemon

SYNOPSIS

use Schedule::Load::Chooser;

Schedule::Load::Chooser->start(port=>1234,);

DESCRIPTION

Schedule::Load::Chooser on startup creates a daemon that clients can connect to using the Schedule::Load package.

start ([parameter=>value ...]);

Starts the chooser daemon. Does not return.

PARAMETERS

port

The port number of slchoosed. Defaults to 'slchoosed' looked up via /etc/services, else 1752.

dead_time

SEE ALSO

Schedule::Load, slchoosed

DISTRIBUTION

This package is distributed via CPAN.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 676:

You forgot a '=back' before '=head1'

Around line 678:

'=item' outside of any '=over'

Around line 685:

You forgot a '=back' before '=head1'