ok.. here is one more I couldn't find
lets say you run a very time consuming script, or you get into an internal loop and the server goes crazy
the server will give up at the maximum execution time. but lets say the max execution time is very big...
if the client presses the Stop button from his web browser how does the server know about it?
is there a sort of time period that the server checks for cancelation of the execution by the client? or will it go on and on until it reaches the max execution time?