B
Bruce W.1
A user posts a request that takes a long time to process, say two
minutes, before a response is returned.
What happens if in this two minutes the user closes their browser. Does
the server have any way of knowing this? Is anything sent to the server
to tell it that the browser is closing, so that the reponse processing
might be terminated?
If not then what happens when the server returns a response to a browser
that no longer exists. What type of Exception in thrown?
Thanks for your help.
minutes, before a response is returned.
What happens if in this two minutes the user closes their browser. Does
the server have any way of knowing this? Is anything sent to the server
to tell it that the browser is closing, so that the reponse processing
might be terminated?
If not then what happens when the server returns a response to a browser
that no longer exists. What type of Exception in thrown?
Thanks for your help.