Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
16answers
3k views

Why is it not advisable to have the database and web server on the same machine?

Listening to Scott Hanselman's interview with the Stack Overflow team (part 1 and 2), he was adamant that the SQL server and application server should be on separate machines. Is this just to make ...
4
votes
1answer
45 views

How does a typical medium to large web application “grow up” infrastructure-wise?

The skinny: When Facebook / Twitter / Youtube (whatever) went from basic idea in software to... bigger (maybe 100,000 users?), how did they grow? Is there a "best practices" growth path for medium ...
2
votes
4answers
132 views

Would it ever be wise to have a SQL server per web server?

I'm wondering if, under the circumstances that You get lots more reads than writes Your SQL server of choice is cheap/free and offers a fast mirroring/replication service Your database isn't ...
1
vote
2answers
959 views

Physical Cores vs Virtual Cores in Parallelism

When it comes to virtualization, I have been deliberating on the relationship between the physical cores and the virtual cores, especially in how it effects applications employing parallelism. For ...
1
vote
4answers
246 views

hardware infrastructure for public web application

I'd like to start a free budget/personal finance site and will need plenty of horsepower and storage. I'm definitely a nubee, so how does one get started in terms of hardware infrastructure? Do I ...
-5
votes
2answers
192 views

How to crawl world website like what google do [closed]

I'm wondering how to crawl entire websites in the world, like what google do. I want create a search engine. I know that SearchBlox/Solr/Lucid/google mini can crawl website, are they able to crawl ...