Picking up from the blog, what are all the details on tools and technologies used to build the Stack Exchange Network?

Return to FAQ index

share|improve this question
See also: What technologies were used to build the chat? (though this currently has no real answers.) – Arjan Jan 15 '11 at 19:12
See also Stack Exchange’s Architecture in Bullet Points on the blog. – Arjan Mar 4 '11 at 21:35
See also Stack Exchange: Planning for failure and other posts on Nick's blog. – Arjan Apr 15 '12 at 20:47

migrated from stackoverflow.com Jul 28 '09 at 11:45

2 Answers

Core

Stack Overflow uses a WISC stack via BizSpark (We Graduated!):

Software Development Tools

External Bits

Code used in Stack Overflow that is not included as part of the development tools:

Miscellaneous

Content

Hardware

  • 11 Dell R610 IIS web servers (three dedicated to Stack Overflow, two for Meta and development):
    • 2x Intel Xeon Processor E5640 @ 2.66 GHz Quad Core with 8 threads
    • 16 GB RAM
    • Windows Server 2008 R2
    • Two drives
      • RAID 1
      • 2x Intel 320 300GB SSD (RAID 1)
  • Three Dell R720xd database servers (two in New York City, one in Oregon, using SQL AlwaysOn Clustering):
    • 2x Intel Xeon Processor E5-2680 @ 2.70 GHz
    • 384 GB RAM
    • 15 drives
      • Mirrored Pair for OS
      • 12+1 Intel 710 SSD RAID10 for databases
    • SQL Server 2012
  • Three Dell R720xd database servers (two in New York City, one in Oregon, using SQL AlwaysOn Clustering) (Stack Overflow dedicated):
    • 2x Intel Xeon Processor E5-2680 @ 2.70 GHz
    • 384 GB RAM
    • 15 drives
      • Mirrored Pair for OS
      • 12+1 Intel 710 SSD RAID10 for databases
    • SQL Server 2012
  • Two Dell R620 HAProxy/nginx servers:
    • 2x Intel Xeon Processor E5-2650 @ 2.00 GHz
    • 32 GB RAM
    • CentOS 6.x
  • 2 Dell R610 Redis servers:
    • 2x Intel Xeon Processor E5640 @ 2.66 GHz
    • 96 GB RAM
    • CentOS
  • Two Dell R610 Service servers for tag engine/search:
    • 2x Intel Xeon Processor E5660 @ 2.80 GHz
    • 72 GB RAM
  • One Dell R610 Linux backup server running NetBackup:
    • 1x Intel Xeon Processor E5640 @ 2.66 GHz
    • 32 GB RAM
  • One Dell R610 Linux management server for log files:
    • 1x Intel Xeon Processor E5640 @ 2.66 GHz
    • 32 GB RAM
  • One Dell R620 Orion monitoring server:
    • 2x Intel Xeon Processor E5-2650 @ 2.00 GHz
    • 32 GB RAM
  • Two Dell R610 VMWare ESXi:
    • 1x Intel Xeon Processor E5640 @ 2.66 GHz
    • 16 GB RAM
  • 2 Cisco 3945 routers
  • 2 ASA 5520 firewalls
  • 6 Cisco 2960S 48 port switches with FlexStack

Sources:

  1. Stack Overflow's New York Data Center (Server Fault Blog)
  2. Designing for Scalability of Management and Fault Tolerance (Server Fault Blog)
  3. What Was Stack Overflow Built With?
  4. Stack Overflow Server Glamour Shots
  5. Technology and SEO profile for stackoverflow.com
  6. Stack Overflow and DVCS
  7. Stack Overflow Network Configuration
share|improve this answer
I love how people are so into bc3 that they it is listed as part of the stack – user145917 Sep 20 '10 at 12:35
1  
Can I ask how on earth the SO team managed to update the site to user Razor so quickly? Did they actually port older aspx views into razor or are legacy pages running with razor side-by-side? – gideon Apr 2 '11 at 9:50
I'd like to see some explanation of what the external bits are used for. It's not obvious what SO is using nginx for, for example. – Gabe Apr 3 '11 at 5:46
What is the platform/code that the blog is run on? I've posted a question on this already. – casperOne Jun 6 '11 at 0:14
If you already use IIS, may I ask why you use nginx? – rightfold Sep 28 '11 at 15:35
1  
Someone should add that Lucene.NET is used (blog.stackoverflow.com/2011/01/…). I won't do it because I'm too much shy :-) – xanatos Oct 16 '11 at 9:38
plus +1 for 96 GB RAM ... wowzaaa - nginx??? what do use it for ? curious? – TheBlackBenzKid Jan 30 '12 at 11:17
Love @Zypher subtly changing the 96GB of RAM to... 288GB! – Matt Mar 8 '12 at 15:33
@Sha Wiz Dow Ard Isn't saying they use Websockets like saying they use JavaScript, or <div> tags? If it belongs on the list at all, it seems like it should be under "standards". – agf Jul 8 '12 at 15:24
@agf it's not really standard just yet but if you think it doesn't belong on the list feel free to roll back or put in other place - or maybe ask for more official opinion e.g. casper? – Sha Wiz Dow Ard Jul 8 '12 at 15:29
Great post and detail - gives the masses an idea of what's required to support such widely-used sites/services. – nickhar Oct 19 '12 at 23:48

Hmmm, the list seems incomplete. I don't see Unicornify in there...

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged