Introduction
Sometimes a web server gets too many users at once, which can slow it down or crash it. Connection limiting helps control how many users connect at the same time to keep the server stable and fast.
When you want to stop one user from opening too many connections and slowing down the server.
When your website is getting a sudden spike of visitors and you want to keep it running smoothly.
When you want to protect your server from simple attacks that open many connections quickly.
When you run multiple websites on one server and want to limit connections per site.
When you want to make sure your server resources are shared fairly among users.