[SOLVED] - Client and Server Interaction Timeout Rules
Posted: Fri May 27, 2005 12:54 am
Is it necessary that some output has to be given after a certain period of time ?
My script was running thats taking some 2 hrs which worked for all the values I entered till now. But the one after that - it was running but all of a sudden it just stopped - FF shows Done in the status bar. No Error, Warning, Notices etc ? Im not able to find a problem in the code because for the prev 50+ values it ran ok. A flush() takes place to show the progress. But for one particular value it just stopped in the middle.
I have set
error_reporting(E_ALL);
set_time_limit (0);
How is interaction b/w client and server ? When does Apache stops execution of the script ?
Thanks
My script was running thats taking some 2 hrs which worked for all the values I entered till now. But the one after that - it was running but all of a sudden it just stopped - FF shows Done in the status bar. No Error, Warning, Notices etc ? Im not able to find a problem in the code because for the prev 50+ values it ran ok. A flush() takes place to show the progress. But for one particular value it just stopped in the middle.
I have set
error_reporting(E_ALL);
set_time_limit (0);
How is interaction b/w client and server ? When does Apache stops execution of the script ?
Thanks