> I am using fusebox for one of our applications,
> and for all images calling them with #request.imageRoot#,
> which is a full virtual Address
> http://www.liveserver.com/images/
> 
> I'm wondering when a site is facing heavy traffic does 
> this cause severe overhead with IIS and is there a more 
> performance friendly approach to the whole affair.

If I understand you correctly, you're simply using one additional variable
within your CF pages to point to images, right? The only overhead being
imposed by that is the marginal difference when generating the output of
each page. From IIS's perspective, or from the browsers' perspective, there
isn't any other difference.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to