Re: serving static files

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: George V. Reilly (george_at_reilly.org)
Date: 04/13/04


Date: Mon, 12 Apr 2004 20:57:56 -0700

2 million hits a day is an average of 23 hits per second. The IIS 5.0 static
file cache keeps files around for at least 30 seconds. The IIS 6 cache keeps
files for at least 2 minutes. Those hot files will be in the IIS cache when
you need them.

Jeff's right. Your bottleneck is going to be the network, not IIS.

-- 
First learn computer science and all the theory.  Next develop a programming
style.  Then forget all that and just hack.
 -- George Carrette [1990]
(Get Witty Auto-Generated Signatures from http://SmartBee.org)
George V. Reilly  george@reilly.org
"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
news:407c159d.77906283@msnews.microsoft.com...
> On 9 Apr 2004 11:26:05 -0700, junk2@eyeh.net (ed) wrote:
>
> >I was using IIS to server a finite(<100) number of static files that
> >all usually < 100K.
> >
> >would I see a performance increase if I used ISA, or is the
> >harddrive/IIS caching good enough?
>
> ISA may help if you can cache all the files normally used, but it's
> likely not enough help for you to notice.  The speed may go from very
> fast to very very fast, when the internet connection to the end user
> is just fast.  :)
>
> >the top 10 files probably get 90% of the traffic, and I expect 2
> >million downloads a day.
>
> 2 million downloads of 100K static files?  Assuming a fast caching
> RAID subsystem and decent RAM you still won't see any effect from ISA.
>
> >I plan to use a load balancer to balance it across 3 pretty beffy
> >machines.
>
> For 2 million page views a day?  Of only 100 static pages?  Your
> network speed will be your bottleneck, and load balancing won't make
> much difference either.
>
> Jeff


Relevant Pages

  • Re: IIS6 caching
    ... On the server side, IIS6 will cache static files in kernel mode response ... No. IIS compression was not enabled. ... >>>> a client site or proxy caching issue. ...
    (microsoft.public.inetserver.iis)
  • Re: ¿Why there are ASPXs in "Temporary Internet files"?
    ... That is a client setting, ... To do that, open the IIS Manager ... Then, select the "HTTP Headers" tab, ... though, it will continue to cache the files you send, but ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: iis 6 asp cache
    ... The previous version remains in the IIS cache? ... change some code in the ASP page, but IIS keeps serving the old ASP page? ... Perhaps IIS is having problems removing/replacing items from the ...
    (microsoft.public.inetserver.iis)
  • Re: IIS 6.0 caching mode for static files
    ... IIS Response caching is at the URL level. ... If you want IIS to cache those images in a "global" manner, ...
    (microsoft.public.inetserver.iis)
  • Re: IIS 6.0 caching pages and unable to refresh page on workstation
    ... I am not running any proxy cache between server & workstation. ... You asked me to disable static cache in IIS. ... And how do you go about disabling the client side cache on CTRL-F5? ...
    (microsoft.public.inetserver.iis)