PHP script execution freezing whole frameset!
I had a similar problem. I solved it by only loading the control script, and
start the process script from the control script, this I did in a <iframe>.
However, when I have to do the same again I would create a server
task/daemon job with no relation to the webserver and control that using
sockets instead of a process started in another browser/do***ent window.
(This can even be an php job if you prefer)
Most browsers will wait for output to complete or timeout eventually, which
could cause long running scripts to fail.
Regards,
Peter
|