Offer me an ASP.NET & a SQL Server 2008 server specifications for about 2000 concurrent users, please.
Posted
by
amkh
on Server Fault
See other posts from Server Fault
or by amkh
Published on 2010-12-21T13:28:49Z
Indexed on
2010/12/21
13:55 UTC
Read the original article
Hit count: 200
server
|specifications
We have a web application project wich will be created using ASP.NET 4.0, Entity Framework, and SQL Sever 2008 R2.
To meet the needs, suppose a normal page of this application that has a query which it takes 10 miliseconds to response on a Core2 Quad @ 2.8GHz proccessor with 2x2GB of DDR3 Ram (EntityFramework overheads are considered). And we will have about 2000 concurrent user at peek times.
So, what is the best recommended specifications (CPU/RAM/RAID/...) for the server which will be host this application?
-- Or --
How can I calculate that?
© Server Fault or respective owner