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

link|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 at 20:47
feedback

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

This question came from our site for professional and enthusiast programmers.

4 Answers

Core

Stack Overflow uses a WISC stack via BizSpark:

Dev 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 (3 dedicated to Stack Overflow):
    • 2x Intel Xeon Processor E5640 @ 2.66 GHz Quad Core with 8 threads
    • 16 GB RAM
    • Windows Server 2008 R2
    • 2 drives
      • RAID 1
      • 2x Intel 320 300GB SSD (RAID 1)
  • 2 Dell R710 database servers:
    • 2x Intel Xeon Processor X5680 @ 3.33 GHz
    • 144 GB RAM
    • 8 spindles
      • Mirrored Pair for OS
      • 6 disk RAID10 for databases
    • SQL Server 2008 R2 SP1
  • 2 Dell R710 database servers (Stack Overflow Dedicated):
    • 2x Intel Xeon Processor X5680 @ 3.33 GHz
    • 288 GB RAM
    • 8 drives
      • Mirrored Pair for OS
      • 6 drive RAID10 of Intel 710 200GB series SSDs for Database
    • SQL Server 2008 R2 SP1
  • 2 Dell R610 HAProxy/nginx servers:
    • 1x Intel Xeon Processor E5640 @ 2.66 GHz
    • 32 GB RAM
    • Ubuntu Server
  • 2 Dell R610 Redis servers:
    • 2x Intel Xeon Processor E5640 @ 2.66 GHz
    • 96 GB RAM
    • CentOS
  • 2 Dell R610 Service servers for tag engine/search:
    • 2x Intel Xeon Processor E5660 @ 2.80 GHz
    • 72 GB RAM
  • 1 Dell R610 Linux backup server running Bacula:
    • 1x Intel Xeon Processor E5640 @ 2.66 GHz
    • 32 GB RAM
  • 1 Dell R610 Linux management server for logs:
    • 1x Intel Xeon Processor E5640 @ 2.66 GHz
    • 32 GB RAM
  • 1 Dell R620 Orion monitoring server:
    • 2x Intel Xeon Processor E5-2650 @ 2.00 GHz
    • 32 GB RAM
  • 2 Dell R610 VMWare ESXi:
    • 1x Intel Xeon Processor E5640 @ 2.66 GHz
    • 16 GB RAM
  • 2 Linux routers
  • 4 Cisco 2960S 48 Port Switches with FlexStack

Sources:

  1. Stack Overflow's New York Data Center (SF Blog)
  2. Designing for Scalability of Management and Fault Tolerance (SF 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
link|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
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? – WTP'-- Sep 28 '11 at 15:35
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 at 11:17
Love @Zypher subtly changing the 96GB of RAM to... 288GB! – Matt Mar 8 at 15:33
feedback

You forgot to include Jon Skeet as a core component.

link|improve this answer
65  
Each SO server comes with a sticker on the case: Skeet Inside™ – Jake McGraw Aug 13 '09 at 1:58
@jake - is that a command? i can't imagine that would help the internals... :D – Jason Jan 10 '10 at 22:29
5  
@Jason - Command Jon Skeet? That's a joke right? ;) – Kyle Rozendo Jun 27 '10 at 20:44
2  
@kyle someone isn't "down" with the kids' rap lyrics these days – Jason Jul 7 '10 at 3:54
1  
Jon skeet is genius – Mobinga Jul 4 '11 at 16:12
feedback

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

link|improve this answer
feedback

2 day's ago, I've seen a server error page:

Server Error in '/' Application
Argument cannot be null. Parameter name: source
Description: HTTP 500. Error processing request.

Stack Trace:
System.ArgumentNullException: Argument cannot be null.
Parameter name: source
  at System.Linq.Check.Source (System.Object source) [0x00000] in <filename unknown>:0 
  at System.Linq.Enumerable.Any[PassCreativeMap] (IEnumerable`1 source) [0x00000] in <filename unknown>:0 
  at Adzerk.Engines.IFrameServer.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0 
  at System.Web.HttpApplication+<Pipeline>c__Iterator6.MoveNext () [0x00000] in <filename unknown>:0 
  at System.Web.HttpApplication.Tick () [0x00000] in <filename unknown>:0 

Version information: Mono Runtime Version: 2.10.5 (Debian 2.10.5-1); ASP.NET Version: 4.0.30319.1

As you can see at the bottom, they are using the Mono ASP.NET runtime. Maybe this is only a small piece but it seems they are not only using the IIS on Windows Servers.

link|improve this answer
3  
This is actually from our ad server, not us. Note "Adzerk" in the stack trace. – Rebecca Chernoff Feb 15 at 15:53
feedback

You must log in to answer this question.

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