0
votes
1answer
98 views

Re: Are you having trouble accessing the *** private beta you committed to

This is a public feedback on email titled "Are you having trouble accessing the *** private beta you committed to?", not really a question. Are you having trouble accessing the *** private beta ...
17
votes
0answers
166 views

Which global “counters” (reputation, badges, …) are computed and updated on the fly? How?

I have searched meta for an answer, but found only some bits. Interesting bits, but still something is missing from the big picture. It is widely known that reputation is both updated on the fly, ...
23
votes
1answer
858 views

Sockets used by Stack Overflow

What kind of sockets does Stack Overflow use for the realtime reputation updates? Is it something like netty-jetty, Solr or SignalR? Are they using web sockets implemented in C#?
1
vote
1answer
37 views

Which technology is used by the stack exchange sites to notify a tagged page of new questions?

When I access tagged stackoverflow page and leave it there for a while, I will get notified from my browser's tab if a new question has arrived. In the tab, it will be a number between parentheses as ...
1
vote
1answer
57 views

How do synonyms work retroactively behind the scene?

I am implementing a simular tag system on my site so I'd like some insights on how the synonym (alias) system works with regard to retroactively making changes. For example let's say there are 100 ...
-1
votes
2answers
107 views

Stackoverflow System [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? I am sorry if this question is off topic. I wanted to know if there is a page where users can learn more ...
3
votes
2answers
81 views

Answer question as asked or answer with recommend redesign [duplicate]

Possible Duplicate: Is “Don't do it” a valid answer? If the underlying implementation within a question may deserve redesign (depending on OP's intent), should the answer ...
2
votes
1answer
88 views

what would be the best way to pose a more general/high level coding question on Stack Overflow?

The first part of why I am asking this question is to make sure i post my question in the right place. My question is going to basically be, "Hey I'm about to make an ASP .net / C# site that does X, ...
0
votes
4answers
85 views

Should tags that promote subjective answers be removed?

Many subjects, such as using certain tools and programming languages, promote objective answers: "How do I do this?" returns answers such as "Do A, B and C". However, certain subject areas, such as ...
0
votes
1answer
84 views

What's the story/code behind StackExchange's tag storage and addition system? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? Does StackExchange use a tag-by-tag, XML-based feed of links to content for users, or is their system more ...
0
votes
1answer
79 views

Reasoning behind selecting jQuery versus other JS libraries [closed]

I am interested in finding how the Stack Overflow team came to decide on jQuery as its JavaScript library/toolkit. I am currently working with a development "framework" which supports Dojo natively, ...
10
votes
1answer
116 views

Is the fact that we get accounts for diff SE sites a design restriction or an intended function?

This is similiar to this question except it's not about reputation. In fact, I agree that different sites should have different reps, it's more the fact the system has to log you into each site ...
-2
votes
1answer
87 views

Information (not from SO blogs) about the MVC Architecture of Stack Overflow

I found this link with a similar question but it did not contain the exact awnser I was looking to get: What are the architecture details of Stackoverflow? I came across some lengthy articles on the ...
2
votes
2answers
158 views

Why doesn't a site like Stackoverflow.com make use of WCF?

I have a general architecture based question (out of curiosity, not to judge, to challenge decisions made by the SO team) about Stack Overflow and similarly architected sites... Of all the selling ...
0
votes
1answer
192 views

How does StackOverflow store its data? RDBMS or NoSQL? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? Does StackOverflow use MySQL, PostgreSQL, CouchDB, Mongo, or something else, some combination of the ...
5
votes
0answers
201 views

Now, how is Lucene.NET utilized on StackOverflow (part 2)? [closed]

Given that StackOverflow has moved over to Lucene.NET for search, the original question that I asked on this matter now has a completely different answer. Specifically, some of the things I'd like to ...
0
votes
1answer
453 views

Is Stack Overflow an open source script? Can I host a copy myself? Can I run my own forum with it? [duplicate]

Possible Duplicates: Which tools and technologies build the Stack Exchange Network? Will Stack Overflow's engine be open sourced? Yes, the message is the title itself. Thanks for your ...
3
votes
0answers
182 views

Details on Stackoverflow's chat implementation [duplicate]

Possible Duplicate: What technologies were used to build the chat? Has the technology behind SO chat functionality been discussed. I would love to get more details about their architecture ...
1
vote
4answers
199 views

Stack Overflow's URL structure

If you look at the URL structure for this question /questions/question-id/question-slug it's obvious that SO is using question-id for the database lookup. The slug is only there for SEO and ...
0
votes
2answers
363 views

Why doesn't Stack Overflow run on Google App Engine?

Why doesn't Stack Overflow run on Google App Engine? Since I don't have much knowledge in databases and web programming, I won't include the reasons to "why I think it could run on Google App Engine ...
2
votes
1answer
145 views

How do you use LINQ to SQL at stackoverflow.com?

according to this this question, SO is still using LINQ to SQL. We use it as well at our shop, but i've had some problems with it. I'm very interested in knowing how you guys use it? Do you use it for ...
2
votes
1answer
377 views

How many servers does Stack Overflow use?

Stack Overflow is very fast. I am just curious about how many servers are needed to support such a big number of hits.
4
votes
2answers
155 views

How does the SO engine track data changes to all questions, answers, comments, etc. about Unicorns?

I'm curious how the SO engine actually tracks data changes to questions, answers, etc. about unicorns in order to show what changes have been made. For example, is it a coded solution/function that ...
1
vote
1answer
133 views

The SO User Avatar Image: Stored in the Database or the File System?

Is the Stackoverflow avatar image stored in the database?
7
votes
5answers
2k views

How is Lucene.NET utilized on StackOverflow (if at all)?

This question now has a completely different answer, given the announcement that Lucene.NET is being used to power StackOverflow's search capability. With that, I've created a new question to request ...
6
votes
1answer
182 views

How is input sanitized in the SOFU World?

Is the sanitizer that keeps us safe from nefarious things like <script>alert('evil here');</script> here on SOFU public/available?
12
votes
2answers
253 views

Logic Behind StackOverflow Question IDs

First of all, I should say that I think that this question does not belong on Meta. StackOverflow URLs are inspirational to me, the way they are designed is very clever and they work really well ...
0
votes
1answer
464 views

Does Stack Overflow use an ORM? [duplicate]

Possible Duplicate: What are the architecture details of Stackoverflow? Does Stack Overflow use an ORM? If yes, which one?
1
vote
2answers
588 views

What is the architecture of SO? [duplicate]

Possible Duplicates: What are the architecture details of Stackoverflow? What was Stack Overflow built with? Does anyone know the architecture of Stack Overflow? I did a quick Google search ...
5
votes
1answer
500 views

What makes Stack Overflow so fast? [duplicate]

Possible Duplicates: What are the architecture details of Stackoverflow? What was Stack Overflow built with? Where can I find articles introducing the architecture or technologies used by ...
1
vote
1answer
198 views

Why did Stack Overflow put questions and answers in the same database table? [duplicate]

Possible Duplicate: Why does SO store questions and answers in the same table? I took a look at SO's HTML. I noticed that the ID number of a given question was very close to its answers' ID ...
32
votes
3answers
1k views

StackOverflow database design join issues

There are many questions already on meta-stackoverflow regarding the database schema, but here is another, that I don't think is a duplicate, so please read on. I read a description of the schema ...
4
votes
4answers
355 views

Is StackOverflow built with Domain-Driven Design?

I'm just curious. Is StackOverflow built with Domain-Driven Design (or TDD, BDD, etc)? Can you guys say something more about code infrastructure?
2
votes
1answer
390 views

DB Architecture of stackoverflow [duplicate]

Possible Duplicate: What are the architecture details of Stackoverflow? I admire the instant responses of SO. I wonder how the database was built? What's the architecture? You don't need to ...
3
votes
4answers
425 views

How does the SE search return results so quickly?

Stack Exchange's built-in search returns results really really quickly. Are the pages spidered and indexed? Is there some schema optimization in use? I'm just curious.
6
votes
1answer
172 views

How's the code for Stack Exchange organized?

I'm curious to know how the team handles the code for all sites. Are they separate solutions? Is it the same code with different stylesheets and configuration files (i.e.: pointing to different ...
0
votes
2answers
191 views

Stack Overflow Visual Studio project type

What project type is used for SO in Visual Studio? "Web Site" or "Web Application"? Why?
8
votes
2answers
3k views

What are the architecture details of Stack Overflow?

Software Stack: http://blog.stackoverflow.com/2008/09/what-was-stack-overflow-built-with/ Database Details: http://blog.stackoverflow.com/2009/06/stack-overflow-creative-commons-data-dump/ What are ...
74
votes
8answers
11k views

Is stackoverflow.com written in Ruby on Rails? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? I know this is kind of off-topic, but just curious.