Some other guy asked this on a local PHP forum and I find it terribly interesting (I think :rolleyes🙂. I'll translated roughly (what I understood):
that guy wrote:Does anyone know how to make a PHP script that doesn't keep a browser occupied when running a rather long time [the PHP script]?
I want to scan a site (for site-mapping). When I press the "Scan" button, the script starts running via an AJAX start-command, which can run as long as a day [the PHP script]. While the script is running, if I don't close the browser, I can't access that website. If I restart my browser (I'm using ignore_user_abort(true) ), there's no problem. Can something be done so that the browser shouldn't wait? [<-- don't understand this question]
Bah, I don't want to help him unless I get quite a grip of his situation. Why is that happening (the underlying HTTP requests)? I mean, the blocked website if script runs and all.