6 ms·
Why does reddit crash so often?
by fumonko 14y ago
Why does reddit crash so often?
- Codhisattva 14y agoReading from database is hard.
- bgilroy26 14y agoIt's a tough site to run because hundreds of thousands of people have write access to the database and reddit attempts to provide the millions of people reading the comments pages with up-to-the-fraction-of-a-second updates. It's like running a tenth of a twitter with a 10k char limit, if twitter had 10 people on development/operations
- xxpor 14y ago>up-to-the-fraction-of-a-second updates. I don't think that's true. I believe the comment pages are cached for 1 min.
- _delirium 14y agoI've anecdotally noticed an increase in stale pages lately as well, which I would guess is from more aggressive caching. For example, new submissions used to show up instantly, but on popular subreddits may now take a few minutes to show up on the New tab.
- xxpor 14y agoIf someone really wants to figure it out: https://github.com/reddit/reddit https://github.com/reddit/reddit
- peterjmag 14y agoTo be fair, it seems to have improved dramatically in the last couple of months.