What would be a quick fix in case of server downtime due to sudden high traffic?
Posted
by
PMoubed
on Server Fault
See other posts from Server Fault
or by PMoubed
Published on 2012-09-06T20:02:24Z
Indexed on
2012/09/06
21:41 UTC
Read the original article
Hit count: 173
Let's consider a scenario like below:
A small web blog build based on LAMP stack and deployed on a shared hosting. Suddenly it becomes popular in one day and it gets million hits per day. Since the developer have not consider high traffic, it caused server downtime and crashes.
What would be a quick fix for such a scenario?
BTW I know on cloud Servers I may be able to add more RAM or CPU to avoid that like in Amazon EC2.
© Server Fault or respective owner