Decrease the web server default MaxClients value from unlimited to 100 clients
Every server should have *some* limit to protect against DOS attacks. Every connected client consumes a socket, a thread, some memory, none of which are infinite resources.
Please register or sign in to comment