StackOverflow Update: 560M Pageviews a Month, 25 Servers
highscalability.com
StackOverflow Update: 560M Pageviews a Month, 25 Servers
1–10 of 278 posts
Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#2Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#3Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#4I'm often surprised at the paucity of test-coverage in relatively large companies.
Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#5I have next to zero experience with server administration, but 384GB seems like a lot to me. Is that common for production servers for popular web services? Do you need a customized OS to address that much memory? Seems like you'd really need to beef up the cache hierarchy make 0.38TB of RAM fast.
Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#6I've recently started using their micro-ORM Dapper, and I like it a lot. I get the performance of hand-coded SQL, but without the tedious mapping from SqlDataReader to my entity.
Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#7Makes me wonder why smaller website teams need dozens of engineers to keep their infinitesimally smaller app running.
Also StackOverflow often practices "scale-up" instead of "scale-out".
Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#8> With their SQL Servers loaded with 384 GB of RAM and 2TB of SSD, AWS would cost a fortune. I have next to zero experience with server administration, but 384GB seems like a lot to me. Is that common for production servers for popular web services? Do you need a customized OS to address that much memory? Seems like you'd really need to beef up the cache hierarchy make 0.38TB of RAM fast.
I don't think addressing that memory is a problem on any x64 architecture. Windows Server 2012 has a 4TB upper limit on RAM, apparently [1], and as far as I can tell there's no reason for this other than product differentiation between different "levels" of the operating system.
1. http://msdn.microsoft.com/en-us/library/windows/desktop/aa36...
Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#9> With their SQL Servers loaded with 384 GB of RAM and 2TB of SSD, AWS would cost a fortune. I have next to zero experience with server administration, but 384GB seems like a lot to me. Is that common for production servers for popular web services? Do you need a customized OS to address that much memory? Seems like you'd really need to beef up the cache hierarchy make 0.38TB of RAM fast.
The system obviously behaves a bit different from a standard desktop machines, e.g. different areas of RAM are differently fast, depending on the core on which your current process runs, you need to disable individual CPU lines displayed in top etc., but apart from these, mostly everything seems “normal” to me.
Re: StackOverflow Update: 560M Pageviews a Month, 25 Servers
#10> With their SQL Servers loaded with 384 GB of RAM and 2TB of SSD, AWS would cost a fortune. I have next to zero experience with server administration, but 384GB seems like a lot to me. Is that common for production servers for popular web services? Do you need a customized OS to address that much memory? Seems like you'd really need to beef up the cache hierarchy make 0.38TB of RAM fast.