Faster to generate thumbnail and write to response in Handler or generate in Http module and let IIS

Posted by Ash on Stack Overflow See other posts from Stack Overflow or by Ash
Published on 2009-11-24T18:00:32Z Indexed on 2010/05/10 13:04 UTC
Read the original article Hit count: 477

Hi there,

What will be faster:

  • Generate a thumbnail then write the stream to the Http response using an Http Handler.
  • Generate a thumbnail in a http module on one of the earliest events and let IIS handle the rest of the request.

Thanks, Ash.

© Stack Overflow or respective owner

Related posts about thumbnail

Related posts about ASP.NET