Performance - 1 vs 2 processor

Performance - 1 vs 2 processor

am 24.04.2008 20:58:02 von MSUTech

In regards to cost vs. performance..... what is the recommendation for a IIS
Web Server?

Our web server is primarily asp/asp.net communication with a Microsoft SQL
Server on a separate server.

thanks...

Re: Performance - 1 vs 2 processor

am 24.04.2008 21:38:31 von Ken Schaefer

It all depends on what your workloads are like. Pretty much all webpages run
on a single thread. Since a thread can only run on a single CPU at a time,
multiple CPUs (or multiple cores) will not help if you only have a single
request at a time (though the other cores could be used to run threads for
other system processes)

Given that these days, even entry level servers come with Quad-Core Intel
Xeon CPUs, that's usually enough CPU power for most web servers these days.
You may be better off buying more RAM instead (to allow more caching of
pages in memory)

Cheers
Ken

--
My IIS blog: http://adopenstatic.com/blog

"MSUTech" wrote in message
news:FBEFBC6C-29FA-4BB4-8EC2-ED1FC7B34F9D@microsoft.com...
> In regards to cost vs. performance..... what is the recommendation for a
> IIS
> Web Server?
>
> Our web server is primarily asp/asp.net communication with a Microsoft SQL
> Server on a separate server.
>
> thanks...