Best way to set up servers for .NET performance

Posted by msigman on Server Fault See other posts from Server Fault or by msigman
Published on 2012-04-14T14:56:01Z Indexed on 2012/04/14 17:31 UTC
Read the original article Hit count: 134

Filed under:
|

Assume we have 3 physical servers and let's say we are only interested in performance, and not reliability. Is it better to give each server a specific function or make them all duplicates and split the traffic between them?

In other words dedicate 1 as DB server, 1 as web server, and 1 as reporting server/data warehouse, or better to put all three services on each server and use them as web farm?

© Server Fault or respective owner

Related posts about .NET

Related posts about iis