estimating server requirements

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am writing some documentation for a .NET web application and am trying to
come up with minimum server computer hardware requirements such as processor
speed, memory, hard drive size, ext. just wondering if there is any way to do
this?
thanks.
 
Is the web application already written?

Without some software to measure under stress it's really just a SWAG based
on experience....

Pieces to think about include:

- Number of concurrent users
- Amount of data moving back and forth between presentation layer and the DB
- Well known performance hogs, like document generation, heavy COM interop.


Those are just a few areas to think about..
 
thanks for the response. The application is already written and the
prototype is currently on a server. The Crystal report portion probably eats
up a bit of resources as well as some of the queries.
 
Back
Top