Running log operation in Http Modules?

Posted by Niranjan on Stack Overflow See other posts from Stack Overflow or by Niranjan
Published on 2009-06-13T04:11:15Z Indexed on 2010/04/07 12:03 UTC
Read the original article Hit count: 353

Filed under:

Hi,

I have a simple requirement in which I want to execute a long running application program on server (e.g. DTSX) I want to make an HTTP module for this, But I have a question whether the DTSX will run even if the user closes the page and browser. In my case user hits the handler with a query string but what if the user closes the browser immediately? How is the behavior different from simple linear page processing?

I want my DTSX package to finish once its started no matter how much time it takes and also dont want to halt the user that is why I am using http modules in place of linear asp page processing.

Reagrds, Niranjan

© Stack Overflow or respective owner

Related posts about httpmodule