How do you prevent a user from taking down your application by holding down the refresh key? – Nginx
I had a recent outage on a Nginx/Rails application server. It turned out we were being bombarded by requests to a particular URL that takes a few seconds to load. It appears that a user was continually refreshing that page…