Is there a way to set the maxqueu for an entire backend? I set maxqueu
on default-server to 1, and on the frontend ACL required that
connslots be greater than 1. I expected connslots to be maxconn * num
server + 1 * num servers (connections + queue slots).

I found that the backend still queued requests. My ACL could check the
current queue size of the backend and route away from that backend if
it's gt 0, but I figured connslots was the more correct approach. What
am I doing or understanding wrongly?

Reply via email to