Re: Rate limiting intervals

2014-01-18 Thread PieterVI
Hi Valentin, Thanks for the info. That indeed does seem to work as you mention. I have to figure out what else is going wrong then. Thanks, Pieter Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246575,246583#msg-246583 ___ nginx mailing lis

Re: Rate limiting intervals

2014-01-17 Thread Valentin V. Bartenev
On Friday 17 January 2014 18:26:09 PieterVI wrote: > Hi Valentin, > > I know that 100r/s is equal to 1 request per 10 milliseconds. > > If you specifiy 100r/s nginx will send 100 requests within the first > milliseconds of a certain second. [..] Yes, but only if you have set burst=100. There is

Re: Rate limiting intervals

2014-01-17 Thread PieterVI
Hi Valentin, I know that 100r/s is equal to 1 request per 10 milliseconds. If you specifiy 100r/s nginx will send 100 requests within the first milliseconds of a certain second. Once these request are done no request will be handled anymore. When you would be able to specifiy more granular rate

Re: Rate limiting intervals

2014-01-17 Thread Valentin V. Bartenev
On Friday 17 January 2014 16:52:31 PieterVI wrote: > Hello, > > With the rate limiting module you can easily rate limit based on seconds or > on minutes. > What I would like to do however is rate limit based on a 100 millisecond or > 10 millisecond interval. [..] 100r/s is an equivalent of 1 requ

Rate limiting intervals

2014-01-17 Thread PieterVI
Hello, With the rate limiting module you can easily rate limit based on seconds or on minutes. What I would like to do however is rate limit based on a 100 millisecond or 10 millisecond interval. That way you do not have a burst of requests at the beginning of a second. But a more continuous flow