Connecting Tech Pros Worldwide Help | Site Map

server performance hit using asp to return an image

  #1  
Old August 10th, 2008, 11:45 AM
rvj
Guest
 
Posts: n/a

1. Has any one got an idea of the server overhead when using response
binary.write to return an image (as opposed to referncing the image file
name directly

ie minimal ... or heavy?


2. and are there system tools to monitor system usage by file type eg ASP vs
GIF?


  #2  
Old August 10th, 2008, 12:55 PM
Anthony Jones
Guest
 
Posts: n/a

re: server performance hit using asp to return an image


"rvj" <rvj@rolemodels.netwrote in message
news:%23EGWjMt%23IHA.4856@TK2MSFTNGP06.phx.gbl...
Quote:
>
1. Has any one got an idea of the server overhead when using response
binary.write to return an image (as opposed to referncing the image file
name directly
>
ie minimal ... or heavy?
>
Its heavy. If you already have a physical file it would be far better to
find a way to have IIS serve the file via its static file handler.
Quote:
>
2. and are there system tools to monitor system usage by file type eg ASP
vs
Quote:
GIF?
>
IIS Logs would help you there.

--
Anthony Jones - MVP ASP/ASP.NET


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Caching to an Application Variable, and Performance Issues Greg Collins [MVP] answers 7 November 18th, 2005 10:06 PM