Re: Rate limiting- queueing requests

2013-01-03 Thread Alex Davies
That is pretty awesome, Willy, thank you for sharing!

Re: Rate limiting- queueing requests

2012-12-29 Thread Willy Tarreau
Hi Alex, On Sun, Dec 30, 2012 at 02:20:12AM +, Alex Davies wrote: > Hi Willy, > > I never replied to this mail, my apologies! > > Thank you for your suggestions. Sadly, in our case, neither approach works > - but it was worth asking you first. I solved our problem with something > that exec

Re: Rate limiting- queueing requests

2012-12-29 Thread Alex Davies
Hi Willy, I never replied to this mail, my apologies! Thank you for your suggestions. Sadly, in our case, neither approach works - but it was worth asking you first. I solved our problem with something that executes right at the start of our application, Thank you! Alex On Wed, Nov 28, 2012

Re: Rate limiting- queueing requests

2012-11-27 Thread Willy Tarreau
Hi Alex, On Tue, Nov 27, 2012 at 11:41:08PM +, Alex Davies wrote: > Hey All, > > I have an application that can only handle. to some URLs, one request every > x seconds from each session (identified by a specific cookie). > > Rather than adding logic to handle this to the application itself

Rate limiting- queueing requests

2012-11-27 Thread Alex Davies
Hey All, I have an application that can only handle. to some URLs, one request every x seconds from each session (identified by a specific cookie). Rather than adding logic to handle this to the application itself (which I fear I will have to do), I would like to know if it is possible to use the