Re: A "different kind of rate limiting"

2009-04-06 Thread Will Buckner
Thanks... I'm currently doing that, but if the requests complete in under a second, another one goes to that server. I never want to send more than 1 request per second. I'm fine with modifying the code if someone has a recommendation on where I could find the relevant parts, as I'm not familia

Re: Understanding stress conditions of a haproxy setups

2009-04-06 Thread Willy Tarreau
Hi, On Mon, Apr 06, 2009 at 03:50:13PM -0300, Mariano Cortesi wrote: > Hi, > > I'm trying to optimize my haproxy and servers configuration, but I'm > having problem when I want to understand what's failing or limiting > the configuration. > > I'm using autobench with httperf to generate up to 30

Understanding stress conditions of a haproxy setups

2009-04-06 Thread Mariano Cortesi
Hi, I'm trying to optimize my haproxy and servers configuration, but I'm having problem when I want to understand what's failing or limiting the configuration. I'm using autobench with httperf to generate up to 3000 to 5000 request/second; I have a machine with haproxy, and two others with a ngin

Re: A "different kind of rate limiting"

2009-04-06 Thread Karl Pietri
Gave any thought to using maxconn 1 on the backend server specifications. it may or may not help depending on your "Why" but thought i would mention it. -Karl On Sat, Apr 4, 2009 at 11:18 PM, Will Buckner wrote: > Hey guys, > > I'm trying to find a solution to a problem I'm having This mig