Re: Limiting parallel requests by source IP address

2015-02-09 Thread ChrisAha
limit connections to 5, but accept up to 10 of them, > all > that in 30s, you can use a limit of 5 associated with a rate of 2/m > and a > burst of 5. > > All that requires testing, provided I correctly understood your > specifications. > My 2 cents, > --- > *B. R.* &

Limiting parallel requests by source IP address

2015-02-08 Thread ChrisAha
I am using nginx as a reverse proxy to a Ruby on Rails application using the unicorn server on multiple load-balanced application servers. This configuration allows many HTTP requests to be serviced in parallel. I'll call the total number of parallel requests that can be serviced 'P', which is the