How does too many requests make a server crash?
Posted
by eSKay
on Server Fault
See other posts from Server Fault
or by eSKay
Published on 2010-05-11T18:14:10Z
Indexed on
2010/05/12
1:04 UTC
Read the original article
Hit count: 429
I am wondering why websites crash at all.
If a server has too many requests, it might queue up the request in its waiting lists and serve it when all the earlier requests have been served. That means that the request for the website will be taken care of, although it may take some more time than expected.
Then, how do websites crash due to server overload?
© Server Fault or respective owner