Earlier quoted context omitted.
Sadly Lin is now blaming Hacker News for hacking her site with the intention of taking it offline - which is just retarded as: a) we're legitimate curious visitors (albeit not maybe not customers - but who's to say that some of us wouldn't be converted from window shoppers to buyers - that's kind of the point of websites after all) and b) her webserver set up to only allow for 500 concurrent connections. Which is jus…
To be fair, the trouble with a name like Hacker News is that the uninitiated don't know it's for programmers and entrepreneurs. And I never get people having a go about stuff like concurrent connections at amateurs, that's completely our fault. Why can't web servers stop acting like babies that need constant attention with some sort of mystical knowledge to stop them falling over when something new happens? Why is ou…
Also, most web farms these days are built with multiple nodes that serve ~500 concurrent requests (even multiple VMs performs better than one instance of Linux on the same hardware running bare metal) and load distributed across each node. So a 500 concurrent default is entirely reasonable.
However all of the above is moot because she's running Apache on Debian - which does not default to 500 concurrent connections. That is a setting she's applied herself (or paid someone to set up).
And for the record, I'm all for amateurs rolling their own web servers - I'm certainly not elitist in that regard. But the fact remains that some of this stuff is rather technical, so complaining that it isn't easy is like saying cars should be self-servicing and that we shouldn't need garages and engineers.