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


Schedule-Load documentation  | view source Contained in the Schedule-Load distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Schedule::Load::Chooser;

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

DESCRIPTION

Top

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

Top

port

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

ping_dead_timeout

Seconds after which if a client doesn't respond to a ping, it is considered dead.

DISTRIBUTION

Top

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

Copyright 1998-2011 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.

AUTHORS

Top

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

Top

Schedule::Load, slchoosed


Schedule-Load documentation  | view source Contained in the Schedule-Load distribution.