What would be a quick fix in case of server downtime due to sudden high traffic?
- by PMoubed
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…