Hacker News new | past | comments | ask | show | jobs | submit login

Then why do people talk about the "HN hug of death"?



If you’ve got a bunch of images and your site is running uncached with a clunky CMS behind it, it will probably strain you.

The traffic is usually about 40k uniques over 24 hours. For reference, my uncached site is running on Elixir which is often better without caching.


It’s usually not images but rather the CMS making 100 read queries and 20 write queries per page load without any object caching that brings sites down. Even a slow uplink serving big image won’t bring an nginx server down, it’s all async.


Serving a lot of images at the same time will work the disk I/O up in many cases. Probably gotten a lot better with NVMe though.


It’s typically one page that hits Reddit/HN/whatever with its fixed set of static images. It’s pretty much the ideal scenario for the kernel’s in-memory cache.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: