Recently i wrote an importing script in php, which will import some bulk data from remote server.
from browser i initiate the import operation and everything works good. but some time the remote server took some time to respond so i stopped the request using browser's "stop" button .
but it seems my apache is still processing the request.
So is there a way to stop the apache process when the corresponding request is stopped.?