Re: maxqueue for a backend?

2012-06-06 Thread David Birdsong
On Tue, Jun 5, 2012 at 10:35 PM, Willy Tarreau w...@1wt.eu wrote: Hi David, as usual, great response willy. it got me thinking how great it would be if we could bury links in the manual (or a copy of it) to public urls to these discussions. it doesn't fit to have the conversational tone in a

Re: maxqueue for a backend?

2012-06-06 Thread Willy Tarreau
Hi David, On Wed, Jun 06, 2012 at 01:03:05PM -0700, David Birdsong wrote: it got me thinking how great it would be if we could bury links in the manual (or a copy of it) to public urls to these discussions. It's not worth it I think, and links on the net are short-lived nowadays. Better have

maxqueue for a backend?

2012-06-05 Thread David Birdsong
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

Re: maxqueue for a backend?

2012-06-05 Thread Willy Tarreau
Hi David, On Tue, Jun 05, 2012 at 06:17:15PM -0700, David Birdsong wrote: Is there a way to set the maxqueu for an entire backend? No. When I developped the server maxqueue, I remember having done the same for the backend (it even ended up in the doc, causing later confusion), but I removed it