|
|
|
|
|
by alabastervlog
482 days ago
|
|
Computers are stupid good at serving files over http. I’ve served (much) greater-than-HN traffic from a machine probably weaker than that mini. A good bit of it dynamic. You just gotta let actual web servers (apache2 in that case) serve real files as much as possible, and use memory cache to keep db load under control. I’m not even that good. Sites fall over largely because nobody even tried to make them efficient. |
|