|
Home > Archive > IIS Server > August 2004 > best settings for serving images (iis6)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
best settings for serving images (iis6)
|
|
|
| I am setting up a server to purely serve jpeg images in the region of 20k
average filesize. Any pointers on settings that will help keep things
running smoothly and performing as well as possible? The images change very
rarely - can I do anything with the headers to make sure the clients always
pickup cached copies?
Many Thanks
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.744 / Virus Database: 496 - Release Date: 24/08/2004
| |
| John Cesta 2004-08-27, 6:18 pm |
|
Pretty basic. Your images are small. I don't see a problem with it.
John Cesta
---------------------------------
The CPU Checker - Maximize Server Uptime
LogFileManager - The only IIS Logfile Management Tool
DomainReportIt PRO - Helps Convert IIS Installs
http://www.serverautomationtools.com
On Thu, 26 Aug 2004 08:07:38 -0400, Chris wrote:
>=A0I am setting up a server to purely serve jpeg images in the region
>=A0of 20k
>=A0average filesize. =A0Any pointers on settings that will help keep
>=A0things
>=A0running smoothly and performing as well as possible? =A0The images
>=A0change very
>=A0rarely - can I do anything with the headers to make sure the
>=A0clients always
>=A0pickup cached copies?
>=A0Many Thanks
>
>=A0---
>=A0Outgoing mail is certified Virus Free.
>=A0Checked by AVG anti-virus system (http://www.grisoft.com).
>=A0Version: 6.0.744 / Virus Database: 496 - Release Date: 24/08/2004
| |
| Jeff Cochran 2004-08-27, 6:18 pm |
| On Thu, 26 Aug 2004 12:07:38 GMT, "Chris" <noemail@noemail.com> wrote:
>I am setting up a server to purely serve jpeg images in the region of 20k
>average filesize. Any pointers on settings that will help keep things
>running smoothly and performing as well as possible?
Defra, use a fast array, all the basic speed improvements for the
storage subsystem. But no changes in IIS needed.
>The images change very
>rarely - can I do anything with the headers to make sure the clients always
>pickup cached copies?
You shouldn't normally run into any issues, but that really depends on
how you're serving the pages. Static HTML should be no problem with
caching.
Of course, it depends on the client and any proxies in between as
well.
Jeff
|
|
|
|
|