1Beanstalk::Pool(3)    User Contributed Perl Documentation   Beanstalk::Pool(3)
2
3
4

NAME

6       Beanstalk::Pool - Use a pool of beanstalkd servers
7

SYNOPSIS

DESCRIPTION

10       This class is not currently implemented
11
12       Beanstalk::Pool connects to a pool of beanstalkd servers using
13       Beanstalk::Client.
14
15       For worker clients, all servers will be checked for jobs. For producer
16       jobs will be sent only to one server. How jobs are distributed over the
17       pool of servers is determined by the mode.  It can be one of
18       "round-robin", "random", "failover"
19

METHODS

21   Constructor
22   Methods

SEE ALSO

24       http://xph.us/software/beanstalkd/
25
26       Beanstalk::Client, Beanstalk::Job, Beanstalk::Stats
27

AUTHOR

29       Graham Barr <gbarr@pobox.com>
30
32       Copyright (C) 2008 by Graham Barr.
33
34       This program is free software; you can redistribute it and/or modify it
35       under the same terms as Perl itself.
36
37
38
39perl v5.32.0                      2020-07-28                Beanstalk::Pool(3)
Impressum