Connecting Tech Pros Worldwide Forums | Help | Site Map

server performance hit using asp to return an image

rvj
Guest
 
Posts: n/a
#1: Aug 10 '08

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?



Anthony Jones
Guest
 
Posts: n/a
#2: Aug 10 '08

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 ASP / Active Server Pages bytes