Hi Rob,
> Is there a way of configuring haproxy to respect 'maxconn 1' across > backend pools, so that if a slow request is being processed by the > slow_servers, the fast_server pool will also respect this and not send > a request there? This is not supported, but a question about this pops up every now and then. I think if we could share server data across multiple backends (maxconn, maybe health status?) it would give deployments such as yours more flexibility. I suspect this would be quite complex to implement however... lukas

