
Beanstalk::Pool - Use a pool of beanstalkd servers


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


http://xph.us/software/beanstalkd/
Beanstalk::Client, Beanstalk::Job, Beanstalk::Stats

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.