How to decide on what hardware to deploy web application

Posted by Yuval A on Stack Overflow See other posts from Stack Overflow or by Yuval A
Published on 2010-04-26T12:32:03Z Indexed on 2010/04/26 12:33 UTC
Read the original article Hit count: 257

Suppose you have a web application, no specific stack (Java/.NET/LAMP/Django/Rails, all good).

How would you decide on which hardware to deploy it? What rules of thumb exist when determining how many machines you need?

How would you formulate parameters such as concurrent users, simultaneous connections and DB read/write ratio to a decision on how much, and which, hardware you need?

Any resources on this issue would be very helpful...

© Stack Overflow or respective owner

Related posts about web-development

Related posts about web-applications