aspx thread: What happens with the server process if the client disappears
The situation is as follows: the ASP.NET page instantiates a server process and sends HTML to the client (if we decide to have the server part). The happy day scenario is that the client actually responds and the server instance reacts on the response. How about when the client does not respond (process killed, connection lost, etc.)? How long is the server instance kept in memory? How long does it exist? Regards, Davor Gornik
|





