Re: ngx http limit req : burst=0 cannot support more than 1000 RPS

2014-04-16 Thread Shrirang
Thanks for quick confirmation Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249346,249349#msg-249349 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: ngx http limit req : burst=0 cannot support more than 1000 RPS

2014-04-16 Thread Shrirang
Thanks a lot for quick confirmation Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249347,249348#msg-249348 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

ngx http limit req : burst=0 cannot support more than 1000 RPS

2014-04-16 Thread Shrirang
I am using "ngx_http_limit_req" module. After going through the code I see that if "burst = 0" (i.e. not specified) then maximum rate limiting that can be offered is 1000 RPS only. I have seen this in my stress test too. I didn't see this in any documentation. Want to clarify if this is really true