Are there any other examples of big (largely) Windows stacks? Stack Exchange is the only one I've seen discussed.
Source: I work at one.
In the corporate world however....
What do we need to run Stack Overflow? That hasn’t changed much since 2013, but due to the optimizations and new hardware mentioned above, we’re down to needing only 1 web server. We have unintentionally tested this, successfully, a few times. To be clear: I’m saying it works. I’m not saying it’s a good idea. It’s fun though, every time.
Sure there is other stuff backing that one, but the next time you hear someone talk about big clusters and hundreds or thousands of nodes, just take a moment to appreciate how much can be done with one rack of gear these days.
It's impressive that SO held the connection open for 18 months! That's some seriously good uptime for a process that manages a TCP connection.
How is that actually possible to keep a single TCP/IP connection open over 18 months?!
I'm using SSH's ControlMaster in persistent mode on my desktop at work. The connections stay open for as long as the desktop is up, which can be months at a time.
It also seems like average query is 1.2ms - am I missing something?