server performance hit using asp to return an image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rvj

    server performance hit using asp to return an image


    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

    #2
    Re: server performance hit using asp to return an image

    "rvj" <rvj@rolemodels .netwrote in message
    news:%23EGWjMt% 23IHA.4856@TK2M SFTNGP06.phx.gb l...
    >
    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.
    >
    2. and are there system tools to monitor system usage by file type eg ASP
    vs
    GIF?
    >
    IIS Logs would help you there.

    --
    Anthony Jones - MVP ASP/ASP.NET


    Comment

    Working...