Page 1 of 1

Page Time out issue

Posted: Fri Sep 03, 2010 5:49 pm
by williamshen25
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

Re: Page Time out issue

Posted: Sat Sep 04, 2010 10:45 am
by josh
Run the perl process as a background process?