Hi all
I am creating a PHP page that calls a perl script to run. The script will usually run for more than an hour long, but mean while before the PHP can send back any response, the client side times out in about an hour, and I will be getting an http 12002 (time out) status. I tried to use the set_time_limit(0); method but found it's not helping. Can any one help me to find a way to prevent the client side from timing out?
Many many thanks
Page Time out issue
Moderator: General Moderators
Re: Page Time out issue
Run the perl process as a background process?