What will happened to server request if client suddenly close it' connection.

Posted by Salamander2007 on Stack Overflow See other posts from Stack Overflow or by Salamander2007
Published on 2010-03-31T04:49:18Z Indexed on 2010/03/31 4:53 UTC
Read the original article Hit count: 273

Filed under:
|

If I have a page that takes some amount of time to process, and suddenly the client closes it's connection (network disconnect, browser closed, etc), what will happened to the processing operation on the server side? Is it get canceled automatically or it continues to process, and then stop right before rendering?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis