Beanstalk::Pool.3pm

Langue: en

Version: 2009-12-11 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Beanstalk::Pool - Use a pool of beanstalkd servers

SYNOPSIS

DESCRIPTION

This class is not currently implemented

Beanstalk::Pool connects to a pool of beanstalkd servers using Beanstalk::Client.

For worker clients, all servers will be checked for jobs. For producer jobs will be sent only to one server. How jobs are distributed over the pool of servers is determined by the mode. It can be one of "round-robin", "random", "failover"

METHODS

Constructor

Methods

SEE ALSO

http://xph.us/software/beanstalkd/

Beanstalk::Client, Beanstalk::Job, Beanstalk::Stats

AUTHOR

Graham Barr <gbarr@pobox.com> Copyright (C) 2008 by Graham Barr.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.