Can a CGI.exe alert an app to a connection drop?
Lets say a client app uses HTTP to request a large file and the client's connection gets dropped.
The CGI.exe has received the request and has begun returning the file. I don't want to tie up the server for one second longer that necessary pumping data out into the ether, so is there a way to detect the loss of connection in a CGI.exe?