What goes in to making a web site that needs to scale?

Posted by samoz on Stack Overflow See other posts from Stack Overflow or by samoz
Published on 2010-05-31T21:28:24Z Indexed on 2010/05/31 21:33 UTC
Read the original article Hit count: 143

I am planning to build an application that will get a large amount of traffic. (Please don't say I won't get traffic, this is for an internal network, so the traffic will be there. Just trying to avoid the 'You won't get that much traffic, don't worry about it.)

What sorts of things do I need to do so that it doesn't simply crash under the load of a large amount of users?

What becomes the limiting factors? Database stuff? I/O with front end?

I've never really developed a serious web app before and am looking for some help.

© Stack Overflow or respective owner

Related posts about web-applications

Related posts about scalability