Sha256: d6345d0c2c6418eb77ddffd4bd7b4cd03c4535ae224ce96760a39ea850132d9b

Contents?: true

Size: 497 Bytes

Versions: 13

Compression:

Stored size: 497 Bytes

Contents

- Failover strategies
  - Client:
     * If connected for the first time, try to connect to at least one server from the server array
     * If already connected to a server, and it goes down, the client should go down as well
  - Worker:
     * If connected for the first time, try to connect to as many servers as it can. 
       Loop trough the bad servers, trying to reconnect to them as well.
     * If a already connected to a server, and it goes down, wait and try to reconnect again.      

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
gearman-ruby-3.0.8 TODO
xing-gearman-ruby-1.1.0 TODO
xing-gearman-ruby-1.2.0 TODO
xing-gearman-ruby-1.3.0 TODO
xing-gearman-ruby-1.3.1 TODO
gearman-ruby-3.0.7 TODO
gearman-ruby-3.0.6 TODO
gearman-ruby-3.0.4 TODO
gearman-ruby-3.0.3 TODO
gearman-ruby-3.0.2 TODO
gearman-ruby-3.0.1 TODO
evented-gearman-ruby-1.0.0 TODO
gearman-ruby-2.0.0 TODO