On Fri, Oct 09, 2009 at 05:19:46PM -0700, Joe Williams wrote: > > Thanks Willy, I appreciate you looking into it. Can you detail how this > new verb might work? From your description it sounds like it will be > just the total connections to a specific backend? Or will > it be more similar to be_sess_rate but for total connections rather > than rate? I am looking to do something like "total connections per host > header" with the idea that I can send 503s if a single host header is > flooding a backend.
It will be per backend, just like be_sess_rate. The "total connections per host header" is something which will require that all the work on persistence is completed first, because it requires storing keyed data and accounting based on these data. This is the same reason we currently can't limit the number of concurrent connections per source IP. Regards, Willy

