On Sun, Apr 24, 2016 at 11:10:06PM +0200, Nenad Merdanovic wrote:
> This is very useful in complex architecture systems where HAproxy
> is balancing DB connections for example. We want to keep the maxconn
> high in order to avoid issues with queueing on the LB level when
> there is slowness on another part of the system. Example is a case of
> an architecture where each thread opens multiple DB connections, which
> if get stuck in queue cause a snowball effect (old connections aren't
> closed, new ones cannot be established). These connections are mostly
> idle and the DB server has no problem handling thousands of them.
(...)

both patches applied, thank you Nenad!

willy


Reply via email to