> how many concurrent users / hits per day can a typical asp.net web server
> support?
[quoted text clipped - 4 lines]
> is there anything that i should be aware of when purchasing the server? im
> new to asp.net but not web servers
It could support several thousands of concurrent users and as always, of
course, it depends.
There are sites like Plentyoffish and MySpace which serve many users (on
many servers) using IIS6 and ASP.NET
http://weblogs.asp.net/scottgu/archive/2006/03/25/Handling-1.5-Billion-Page-View
s-Per-Day-Using-ASP.NET-2.0.aspx
http://plentyoffish.wordpress.com/2007/02/09/aspnet-and-iis-2-million-pageviews-
per-hour/
Fred - 19 Jul 2007 21:33 GMT
Yes, i saw those too, but i am really interested to see how much traffic one
server can handle. can't seem to find any info on that.
>> how many concurrent users / hits per day can a typical asp.net web server
>> support?
[quoted text clipped - 12 lines]
> http://weblogs.asp.net/scottgu/archive/2006/03/25/Handling-1.5-Billion-Page-View
s-Per-Day-Using-ASP.NET-2.0.aspx
> http://plentyoffish.wordpress.com/2007/02/09/aspnet-and-iis-2-million-pageviews-
per-hour/
George Ter-Saakov - 19 Jul 2007 21:43 GMT
You question is rather strange.
Write "Hello World" application and it will easily handle thousand clicks a
second.
Write "My most complex application ever with 100 database requests per page"
and it will barely handle load of 100 people.
Here are facts.
1. .NET is the best/fastest tool available for web applications.
2. .NET allows easily scale your applications if you need too.
I have a pretty used app out there (on internet) about 3000 visitors a day.
And my server P4 3 Ghz with 1Gb ram is underused.
George.
> Yes, i saw those too, but i am really interested to see how much traffic
> one server can handle. can't seem to find any info on that.
[quoted text clipped - 15 lines]
>> http://weblogs.asp.net/scottgu/archive/2006/03/25/Handling-1.5-Billion-Page-View
s-Per-Day-Using-ASP.NET-2.0.aspx
>> http://plentyoffish.wordpress.com/2007/02/09/aspnet-and-iis-2-million-pageviews-
per-hour/