Thread: Get site's ping
View Single Post
  #18 (permalink)  
Old 06-08-2008, 10:38 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,569
Last Blog:
Tidy up your HTML
Credits: 0
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default 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.
Reply With Quote