How is this a joke? The author has given a set of requirements and asked what you think are the best choices to meet those requirements. If you are ever considering a web startup this is a perfect question to ask and one you should know the answer to. Incidentally I'm a fan of the ASP.NET MVC stack (using MS SQL) for web development, but I don't think it's the most scalable and is unlikely to have a large pool of goo…
Scalability shouldn't be a problem. Stack Overflow uses ASP.NET MVC with a SQL server backend, and they're doing over a million hits a day.
The Dream Stack - Is This A Joke?
11–20 of 35 posts
Re: The Dream Stack - Is This A Joke?
#12To non-programmers like the author, this sort of article is reasonable. Programming is not a creative art, it's just about buying some tools that you read about in the trade magazine.
Re: The Dream Stack - Is This A Joke?
#13Earlier quoted context omitted.
Scalability shouldn't be a problem. Stack Overflow uses ASP.NET MVC with a SQL server backend, and they're doing over a million hits a day.
Yeah that is true and plentyoffish.com uses ASP.NET too. I'm just thinking like Amazon/Google/Facebook big and whether that would become an issue.
Yeah, why solve problems that you actually have when you can fantasize about solving problems you don't have instead?
Re: The Dream Stack - Is This A Joke?
#14It's exactly analagous to the idea that you can't truly shred until you've assembled the right set of effects pedals, preamps, niobium-plated strings, vintage depleted-uranium core wound pickups and ocelot-tooth guitar pick.
Just play the damn thing.
Re: The Dream Stack - Is This A Joke?
#15Note the byline: "Senior Analyst, Forrester Research". To non-programmers like the author, this sort of article is reasonable. Programming is not a creative art, it's just about buying some tools that you read about in the trade magazine.
Re: The Dream Stack - Is This A Joke?
#16How is this a joke? The author has given a set of requirements and asked what you think are the best choices to meet those requirements. If you are ever considering a web startup this is a perfect question to ask and one you should know the answer to. Incidentally I'm a fan of the ASP.NET MVC stack (using MS SQL) for web development, but I don't think it's the most scalable and is unlikely to have a large pool of goo…
Scalability shouldn't be a problem. Stack Overflow uses ASP.NET MVC with a SQL server backend, and they're doing over a million hits a day.
Add one or two orders of magnitude, then you're talking about scalability.
Re: The Dream Stack - Is This A Joke?
#17I had to re-read the article (and the above paragraph) several times, and check other articles on the site to make sure I wasn't reading a parody site.
Re: The Dream Stack - Is This A Joke?
#18Earlier quoted context omitted.
Scalability shouldn't be a problem. Stack Overflow uses ASP.NET MVC with a SQL server backend, and they're doing over a million hits a day.
No offense but a million hits/day doesn't have much to do with scalability. That comes down to 11 hits/sec - a single midrange server will deal that without breaking a sweat. Add one or two orders of magnitude, then you're talking about scalability.
Moreover, a hit is a rather arbitrary unit of measure. 11 hits per second to the Twitter API is a lot different than 11 hits per second to a static site like example.com.
Re: The Dream Stack - Is This A Joke?
#19Earlier quoted context omitted.
Scalability shouldn't be a problem. Stack Overflow uses ASP.NET MVC with a SQL server backend, and they're doing over a million hits a day.
Yeah that is true and plentyoffish.com uses ASP.NET too. I'm just thinking like Amazon/Google/Facebook big and whether that would become an issue.