i just wanted to know how many servers Stack Overflow runs on, with 240,000 users on the site, im thinking they have 1,000 of servers? but i wondered if you guys knew
3 Answers 3
That would be one server for each 240 people.. It's a bit overkill don't you think?
Servers can handle several connections per second; I'm not sure about the stack overflow architecture, but I work for a website where we have a bit over 11 million pageviews per month, and we have only 4 servers: two web servers for dynamic files, one for static files, and one db server.
-
oh thanks you just made my day, i wanted to create a website thats going to have hopefully a lot of users, and im only running two servers, one for the web, one for database server. can i just ask you if needed to put static content, shall i put it in the web server or the db server, and where would i put the memcached memory! if that makes sensegetaway– getaway2010年10月11日 22:15:33 +00:00Commented Oct 11, 2010 at 22:15
-
8If I were you i'd worry about the site (and content) first (and worry about scalability when you need it ;-)ChristopheD– ChristopheD2010年10月11日 22:17:37 +00:00Commented Oct 11, 2010 at 22:17
-
but im so obsessed with performance, i would rather have an ugly site with high performance, then a good loking one, really, and this is just my uni project so its not something sireous, its more to do with learning at the mommentgetaway– getaway2010年10月11日 22:18:41 +00:00Commented Oct 11, 2010 at 22:18
That's also slightly outdated information. That is discussing The OR datacenter we are moving out of.
In the new DC we are running:
- 10 Window 2008 Webservers on Dell R610's
- 2 windows DB servers on Dell R710s
- 2 HA Proxy load balencers
- A pair of Dell Servers Running Ubuntu acting as routers.
- A few backend management server - backup, monitoring, etc.
If your are interesting in our infrastructure Kyle and I talk about it on The serverfault blog
Lots of useful information (and links) can be found in this elaborate answer.
ThinkServer RS110 1U - web tier (x6 - two host Stack Overflow) ThinkServer RD120 2U - database tier (x2 - one primary, one backup)
So that's 8 instead of 1000. You might have overestimated (a bit).
-
wow thats amazing, and stackoverflow has high trafficgetaway– getaway2010年10月11日 22:17:46 +00:00Commented Oct 11, 2010 at 22:17
-
@getaway - Well, that goes to show just how powerful a well-managed set of servers can be.uɐɯsO uɐɥʇɐN– uɐɯsO uɐɥʇɐN2010年10月11日 22:22:13 +00:00Commented Oct 11, 2010 at 22:22
-
@George Edison, I suspect the way the software was designed is just as important is the server management.Zoredache– Zoredache2010年10月12日 00:13:26 +00:00Commented Oct 12, 2010 at 0:13
-
@Zoredache: For sure.uɐɯsO uɐɥʇɐN– uɐɯsO uɐɥʇɐN2010年10月12日 00:16:54 +00:00Commented Oct 12, 2010 at 0:16
-
a good sense , i think !robinmau– robinmau2010年10月12日 01:05:36 +00:00Commented Oct 12, 2010 at 1:05