Suppose I have a pretty lengthy PHP script taking exactly 60 seconds.
I connect to mysite.com/thatscript.php, I'm pretty sure I connected, then the script starts running. After 5 seconds I hit escape. Then I hit Ctrl+R, and wait another 5 seconds, then repeat 12 times.
What will happen and why?
/edit: I actually tested and it puts me to wait but I can't distinguish whether Apache keeps me waiting, or another concurrent script, or whatever.