|
|
|
|
|
by fuzzix
4593 days ago
|
|
Not to defend Wordpress as I'm not particularly a fan, but it's not all that complex to use Wordpress/Apache behind nginx with a reasonable caching strategy. Even on a cheap VPS I've configured it to handle tens of thousands of requests per minute. |
|
The httpd processes push the MySQL posts table out of the OS's filesystem cache, the newly spun up processes eat up all the free memory, and you start swapping and the whole thing falls over. Turn off keepalive, set the maximum number of httpd processes to a number that leaves enough RAM for the DB and filesystem cache, and the blog would be fine.
My blog's been top of HN FP a few times. It's just apache/mysql/wordpress on the smallest Linode, sharing it with a half dozen other sites.