On Mon, Oct 24, 2016 at 11:46:53AM +0300, Dmitry Maslov wrote: > Hello, > > I'm keep digging on this problem and that's what I've found so far: > I have another one frontend/backend pair handled by the same instance, and > it looks like whenever this backend goes slow, everything goes slow. > Why one slow backend affects others? Any recommendations on how can I avoid > this?
Is your global maxconn set ? It might be possible that you're limiting the amount of incoming connections to a lower value than what you need. And this typically happens when things slow down because connections continue to accumulate. Willy

