For example, in JavaScript AJAX libraries, you can cancel an AJAX request. Are there server-side benefits or is it just for client-side cleanliness? Is it part of TCP?
If, for example, I request Python-based server service through AJAX, which is resource-intensive, from my JavaScript web application and abort this AJAX request, is it possible that the interrupt will ease the load on the server or will my ajax library simply ignore the response from the server ?
Ross
source share