Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Server Hardware and Configuration

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
new server class hardware, better for IIS or SQL Server? - I am lucky enough to be the proud owner of an loved P3 350Mhz, dual Xeon processor with 1GB of RAM and six SCSI RAID 9GB HDs. Would this server class box be better served as an IIS server or as a SQL Server machine? I'm currently running..

Need some hardware suggestions - I am looking to upgrade my router. Currently I have a Linksys router, but am looking for something to handle more small business type of traffic. I had borrowed a friends Netopia R9100, but could never get it to work on our DSL..

suggest a good hardware load balancer? - I know Windows 2003 supports load but I already have two Windows 2000 web servers and now I want to run the same websites on both and put a hardware load balancer in front. Can anyone suggest a good Also, with the hardware load..

MSN Through ISA Server 2004 - Hi, I'm trying to give access to a domain user to be able to use MSN only. I've been trying many different without giving http and https protocol to the whole internet it works fine, though giving MSN Messenger access to..

Win 2K Server/IIS/ASP.Net - I have created a web page that contains a that refreshes the page every 15 minutes. After a few page hits, I need to bounce the world wide web service, because no web browsers can connect to it. When I go in to bounce the service, ..
Author Message
Bartly

External


Since: Jun 14, 2005
Posts: 2



(Msg. 1) Posted: Tue Jun 14, 2005 4:52 pm
Post subject: Server Hardware and Configuration
Archived from groups: microsoft>public>inetserver>iis (more info?)

Our accounting program is a web application, .NET based, running on IIS. The
backend is SQL 2000 on a different server. I am building a new Windows 2003
IIS server for this application. I want to make sure that from the
perspective of hardware and configuration, it is optimized, since it is a
very slow application to begin with. Specifically:

1. Is it a benefit to run more than one processor for a web server?
2. Is it a benefit to have more than one disk array?

Any other tips?

Thanks!
Bart

 >> Stay informed about: Server Hardware and Configuration 
Back to top
Login to vote
Bernard Cheah [MVP]

External


Since: May 31, 2005
Posts: 321



(Msg. 2) Posted: Wed Jun 15, 2005 12:55 am
Post subject: Re: Server Hardware and Configuration [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Of coz, generally, the more hardware you got, the better performance you may
get.
Now, I would suggest you try to identify why the app is being slow. Long db
query ? hardware bottle neck? etc.
you could do a timestamp in your app to track down the time, etc

and of coz you should stress test the app and create a performance baseline
of that specific set of hardware. try WAS tool from microsoft to test it.

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.microsoft.com/iis/" target="_blank">http://www.microsoft.com/iis/</a>
<a style='text-decoration: underline;' href="http://www.iiswebcastseries.com/" target="_blank">http://www.iiswebcastseries.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>


"Bartly" <Bartly RemoveThis @discussions.microsoft.com> wrote in message
news:6BED09D5-77D5-48DB-8F32-25A6E4AA91FB@microsoft.com...
 > Our accounting program is a web application, .NET based, running on IIS.
 > The
 > backend is SQL 2000 on a different server. I am building a new Windows
 > 2003
 > IIS server for this application. I want to make sure that from the
 > perspective of hardware and configuration, it is optimized, since it is a
 > very slow application to begin with. Specifically:
 >
 > 1. Is it a benefit to run more than one processor for a web server?
 > 2. Is it a benefit to have more than one disk array?
 >
 > Any other tips?
 >
 > Thanks!
 > Bart<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Server Hardware and Configuration 
Back to top
Login to vote
Kristofer Gafvert [MVP]

External


Since: May 28, 2005
Posts: 210



(Msg. 3) Posted: Wed Jun 15, 2005 7:33 am
Post subject: Re: Server Hardware and Configuration [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes, it is a benefit to have multiple CPUs.

Try to use cache, and memory as much as possible, since disk access is in
general slower than memory access.

Also try the ASP.NET newsgroups for tips how to increase performance for
your applications. If your web application is bad designed, and with bad
performance, better hardware will not help much.


--
Regards,
Kristofer Gafvert (IIS MVP)
<a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>


Bartly wrote:

 > Our accounting program is a web application, .NET based, running on IIS.
The
 > backend is SQL 2000 on a different server. I am building a new Windows
2003
 > IIS server for this application. I want to make sure that from the
 > perspective of hardware and configuration, it is optimized, since it is a
 > very slow application to begin with. Specifically:
 >
 > 1. Is it a benefit to run more than one processor for a web server?
 > 2. Is it a benefit to have more than one disk array?
 >
 > Any other tips?
 >
 > Thanks!
 > Bart<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Server Hardware and Configuration 
Back to top
Login to vote
Bartly

External


Since: Jun 14, 2005
Posts: 2



(Msg. 4) Posted: Wed Jun 15, 2005 8:21 am
Post subject: Re: Server Hardware and Configuration [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you, this was helpful. Unfortunately, I do not have any control over
the application design, that is up to the vendor. The vendor has not been too
willing to admit how slow the application is either. My guess is that the
database is poorely optimized, and maybe the app is poorely designed too, I
don't really know for sure. However, what I do have control over is the
hardware performance, so that is what I will take care of.

Thanks

"Kristofer Gafvert [MVP]" wrote:

 > Yes, it is a benefit to have multiple CPUs.
 >
 > Try to use cache, and memory as much as possible, since disk access is in
 > general slower than memory access.
 >
 > Also try the ASP.NET newsgroups for tips how to increase performance for
 > your applications. If your web application is bad designed, and with bad
 > performance, better hardware will not help much.
 >
 >
 > --
 > Regards,
 > Kristofer Gafvert (IIS MVP)
 > <a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<font color=purple> > <a style='text-decoration: underline;' href="http://www.ilopia.com</font" target="_blank">www.ilopia.com</font</a>>
 >
 >
 > Bartly wrote:
 >
  > > Our accounting program is a web application, .NET based, running on IIS.
 > The
  > > backend is SQL 2000 on a different server. I am building a new Windows
 > 2003
  > > IIS server for this application. I want to make sure that from the
  > > perspective of hardware and configuration, it is optimized, since it is a
  > > very slow application to begin with. Specifically:
  > >
  > > 1. Is it a benefit to run more than one processor for a web server?
  > > 2. Is it a benefit to have more than one disk array?
  > >
  > > Any other tips?
  > >
  > > Thanks!
  > > Bart
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Server Hardware and Configuration 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]