How will lemmy instances survive if they get too big?

sophs@lemmy.world to Asklemmy@lemmy.ml – 109 points –

I know there's donations and the owners can use their own money, but there's a limit. I doubt a platform with hundreds of thousands of daily users can survive with only donations.

76

You are viewing a single comment

Are you talking about a specific server or just Linux servers in general?

I'm referring to the old "c10k problem".

I think this doesn't apply? Aren't they talking about 10k simultaneously connected users here? With http you connect and disconnect for every request.

Also the database is likely to give timeout errors way before you reach the socket limits.