- labels: --> libOpenAG (both CLI & X)
- summary: Connection may be over zealous --> Overzealous Redirection Connections
Following private discussion with Eric Seidel...
Eric says that the client tries to connect
simultaneously to all of the resolved servers for
garlic.audiogalaxy.com.
I would recomment not connecting to all the aliases
simultaneously. The addresses you get back from the
resolver rotate regularly so that the first entry
changes, thus balancing the load on the servers. If
you connect to both simultaneously then you're going
to remove this load balancing behaviour and it will be
as if only one server exists (because you're still
putting load on both, or all, redirection servers).
If you try the first one, then try the next if that
fails, stepping down the list until you reach the end
and then restarting then, I think that this would keep
the balancing effective.