I have a Wamp server on my local network.
I am running some long Perl scripts on it and sometimes get Gateway Timeouts.
The script is iterating through a loop which contains print statements, sometimes the print statements appear on the screen and the script can run for many minutes until completion.
On other occasions, nothing is displayed on screen and the gateway times out.
How can I ensure that text is always written to the screen to prevent the timeout?
Keith
I am running some long Perl scripts on it and sometimes get Gateway Timeouts.
The script is iterating through a loop which contains print statements, sometimes the print statements appear on the screen and the script can run for many minutes until completion.
On other occasions, nothing is displayed on screen and the gateway times out.
How can I ensure that text is always written to the screen to prevent the timeout?
Keith