Re: Rate-limiting specific path

2015-07-10 Thread joris dedieu
2015-07-08 15:28 GMT+02:00 Bastien Chong bastien...@gmail.com: Hi, I'd like to rate-limit a specific path, by rate-limit I mean continue to accept X req/s, and buffer or drop subsequent requests over the limit. That is was rate-limit sessions rate does, but is frontend-wise. It's not optimal

Re: Rate-limiting specific path

2015-07-10 Thread Willy Tarreau
On Fri, Jul 10, 2015 at 08:39:59AM +0200, joris dedieu wrote: 2015-07-08 15:28 GMT+02:00 Bastien Chong bastien...@gmail.com: Hi, I'd like to rate-limit a specific path, by rate-limit I mean continue to accept X req/s, and buffer or drop subsequent requests over the limit. That is was

Re: Rate-limiting specific path

2015-07-10 Thread Bastien Chong
Thanks Joris, Willy, exactly what I needed ! On Fri, Jul 10, 2015 at 4:19 AM, Willy Tarreau w...@1wt.eu wrote: On Fri, Jul 10, 2015 at 08:39:59AM +0200, joris dedieu wrote: 2015-07-08 15:28 GMT+02:00 Bastien Chong bastien...@gmail.com: Hi, I'd like to rate-limit a specific path, by

Rate-limiting specific path

2015-07-08 Thread Bastien Chong
Hi, I'd like to rate-limit a specific path, by rate-limit I mean continue to accept X req/s, and buffer or drop subsequent requests over the limit. That is was rate-limit sessions rate does, but is frontend-wise. I'm not interested in dropping *all *requests when the limit is reached, objective