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
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.