Tagged Questions

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 ...