Re: Get site's ping
From what I understand, creating a lot of connections to a server (say web connections) will cause child processes of httpd to spawn to handle the load. If enough child processes are spawned, it will cause the servers memory to run out and spill over into the swap. This causes the server to run extremely slow and eventually crash.
|