|
NAMEBeanstalk::Pool - Use a pool of beanstalkd serversSYNOPSISDESCRIPTIONThis class is not currently implementedBeanstalk::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" METHODSConstructorMethodsSEE ALSOhttp://xph.us/software/beanstalkd/Beanstalk::Client, Beanstalk::Job, Beanstalk::Stats AUTHORGraham Barr <gbarr@pobox.com>COPYRIGHTCopyright (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.
Visit the GSP FreeBSD Man Page Interface. |